samyak152002 commited on
Commit
3cee98d
·
verified ·
1 Parent(s): cd54087

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def create_interface():
40
  with gr.Row():
41
  file_input = gr.File(
42
  label="Upload PDF",
43
- file_types=[".pdf"]
44
  type="binary"
45
  )
46
 
 
40
  with gr.Row():
41
  file_input = gr.File(
42
  label="Upload PDF",
43
+ file_types=[".pdf"],
44
  type="binary"
45
  )
46