Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -279,7 +279,7 @@ def create_gradio_interface(rag_system: AdvancedRAGSystem) :
|
|
279 |
).then(
|
280 |
fn=update_history,
|
281 |
inputs=[question_input],
|
282 |
-
outputs=[
|
283 |
)
|
284 |
|
285 |
return demo
|
|
|
279 |
).then(
|
280 |
fn=update_history,
|
281 |
inputs=[question_input],
|
282 |
+
outputs=[history_output]
|
283 |
)
|
284 |
|
285 |
return demo
|