Kirili4ik commited on
Commit
ddc2c87
1 Parent(s): 3e462aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def chat_function(Message, Length_of_the_answer, Who_is_next, Base_to_On_subject
76
  if resp_msg != '-':
77
  html += f"<div class='resp_msg'>{resp_msg}</div>"
78
  html += "</div>"
79
- return html
80
 
81
 
82
 
 
76
  if resp_msg != '-':
77
  html += f"<div class='resp_msg'>{resp_msg}</div>"
78
  html += "</div>"
79
+ return html, history
80
 
81
 
82