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