Shreyas094 commited on
Commit
c57ffde
·
verified ·
1 Parent(s): 6b5c096

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -467,7 +467,7 @@ with demo:
467
  with gr.Row():
468
  file_input = gr.Files(label="Upload your PDF documents", file_types=[".pdf"])
469
  parser_dropdown = gr.Dropdown(choices=["pypdf", "llamaparse"], label="Select PDF Parser", value="llamaparse")
470
- update_button = gr.Button("Upload Document")
471
  document_selector
472
 
473
  update_output = gr.Textbox(label="Update Status")
 
467
  with gr.Row():
468
  file_input = gr.Files(label="Upload your PDF documents", file_types=[".pdf"])
469
  parser_dropdown = gr.Dropdown(choices=["pypdf", "llamaparse"], label="Select PDF Parser", value="llamaparse")
470
+ update_button = gr.Button("Upload Document"),
471
  document_selector
472
 
473
  update_output = gr.Textbox(label="Update Status")