Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks() as app:
|
|
204 |
# gr.Markdown("<div style='font-size: 14px; color: #555;'>Your answer will appear here...</div>")
|
205 |
|
206 |
# Apply the logic for the button to trigger the RAG pipeline
|
207 |
-
submit_button.click(rag_pipeline, inputs=[file_input, question_input
|
208 |
|
209 |
# Launch the app
|
210 |
app.launch()
|
|
|
204 |
# gr.Markdown("<div style='font-size: 14px; color: #555;'>Your answer will appear here...</div>")
|
205 |
|
206 |
# Apply the logic for the button to trigger the RAG pipeline
|
207 |
+
submit_button.click(rag_pipeline, inputs=[file_input, question_input], outputs=output)
|
208 |
|
209 |
# Launch the app
|
210 |
app.launch()
|