Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ with gr.Blocks(title="RAG Chatbot") as demo:
|
|
| 129 |
|
| 130 |
status = gr.Textbox(label="Status")
|
| 131 |
|
| 132 |
-
chatbot = gr.Chatbot(
|
| 133 |
msg = gr.Textbox(label="Ask a question")
|
| 134 |
|
| 135 |
upload_btn.click(process_pdf, inputs=file, outputs=status)
|
|
|
|
| 129 |
|
| 130 |
status = gr.Textbox(label="Status")
|
| 131 |
|
| 132 |
+
chatbot = gr.Chatbot()
|
| 133 |
msg = gr.Textbox(label="Ask a question")
|
| 134 |
|
| 135 |
upload_btn.click(process_pdf, inputs=file, outputs=status)
|