Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -317,7 +317,7 @@ with gr.Blocks() as demo:
|
|
| 317 |
|
| 318 |
with gr.Row():
|
| 319 |
file_input = gr.Files(label="Upload your PDF documents", file_types=[".pdf"])
|
| 320 |
-
update_button = gr.Button("Upload PDF)
|
| 321 |
|
| 322 |
update_output = gr.Textbox(label="Update Status")
|
| 323 |
update_button.click(update_vectors, inputs=[file_input], outputs=update_output)
|
|
|
|
| 317 |
|
| 318 |
with gr.Row():
|
| 319 |
file_input = gr.Files(label="Upload your PDF documents", file_types=[".pdf"])
|
| 320 |
+
update_button = gr.Button("Upload PDF")
|
| 321 |
|
| 322 |
update_output = gr.Textbox(label="Update Status")
|
| 323 |
update_button.click(update_vectors, inputs=[file_input], outputs=update_output)
|