Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks() as app:
|
|
192 |
with gr.Row():
|
193 |
file_input = gr.File(type="binary", label="Upload PDF")
|
194 |
file_result = gr.Text(label="Knowledge Base ID (remember this!)")
|
195 |
-
process_button = gr.Button("Process PDF (
|
196 |
|
197 |
process_button.click(add_pdf_gradio, inputs=[file_input], outputs=file_result)
|
198 |
|
|
|
192 |
with gr.Row():
|
193 |
file_input = gr.File(type="binary", label="Upload PDF")
|
194 |
file_result = gr.Text(label="Knowledge Base ID (remember this!)")
|
195 |
+
process_button = gr.Button("Process PDF (Don't click until PDF upload success)")
|
196 |
|
197 |
process_button.click(add_pdf_gradio, inputs=[file_input], outputs=file_result)
|
198 |
|