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