Shreyas094 commited on
Commit
8a97acc
·
verified ·
1 Parent(s): f385203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -529,6 +529,8 @@ with demo:
529
  file_input = gr.Files(label="Upload your PDF documents", file_types=[".pdf"])
530
  parser_dropdown = gr.Dropdown(choices=["pypdf", "llamaparse"], label="Select PDF Parser", value="llamaparse")
531
  update_button = gr.Button("Upload Document")
 
 
532
 
533
  update_output = gr.Textbox(label="Update Status")
534
 
 
529
  file_input = gr.Files(label="Upload your PDF documents", file_types=[".pdf"])
530
  parser_dropdown = gr.Dropdown(choices=["pypdf", "llamaparse"], label="Select PDF Parser", value="llamaparse")
531
  update_button = gr.Button("Upload Document")
532
+
533
+ use_web_search
534
 
535
  update_output = gr.Textbox(label="Update Status")
536