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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[context_output]
283
  )
284
 
285
  return demo
 
279
  ).then(
280
  fn=update_history,
281
  inputs=[question_input],
282
+ outputs=[history_output]
283
  )
284
 
285
  return demo