braunaleMPG commited on
Commit
2cd4618
·
verified ·
1 Parent(s): 8feb6f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -275,8 +275,8 @@ A:"""
275
 
276
  btn_submit.click(
277
  fn=next,
278
- inputs=[txt_input, txt_model, txt_tutor, txt_prompt, dialog_state_var, txt_prompt_summary, txt_memory],
279
- outputs=[chat, dialog_state_var, txt_input, txt_response, btn_download, txt_memory],
280
  )
281
 
282
 
 
275
 
276
  btn_submit.click(
277
  fn=next,
278
+ inputs=[txt_input, txt_model, txt_tutor, txt_prompt, dialog_state_var, txt_prompt_summary, txt_memory, counter_memory],
279
+ outputs=[chat, dialog_state_var, txt_input, txt_response, btn_download, txt_memory, counter_memory],
280
  )
281
 
282