Spaces:
Running
Running
Update app.py
Browse files
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 |
|