bhuvanmdev commited on
Commit
7359fc4
·
verified ·
1 Parent(s): f21ea57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=update_context,
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
  )