Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|