Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -277,7 +277,7 @@ def create_gradio_interface(rag_system: AdvancedRAGSystem) :
|
|
277 |
api_name="stream_response",
|
278 |
queue=False
|
279 |
).then(
|
280 |
-
fn=
|
281 |
inputs=[question_input],
|
282 |
outputs=[context_output]
|
283 |
)
|
|
|
277 |
api_name="stream_response",
|
278 |
queue=False
|
279 |
).then(
|
280 |
+
fn=update_history,
|
281 |
inputs=[question_input],
|
282 |
outputs=[context_output]
|
283 |
)
|