Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ def converse(user_input, chat_history=[]):
|
|
| 55 |
print (mesg)
|
| 56 |
|
| 57 |
html += "<div class='mesg {}'> {}</div>".format(clazz, mesg)
|
| 58 |
-
html += "<
|
| 59 |
print(html)
|
| 60 |
return html, chat_history
|
| 61 |
|
|
|
|
| 55 |
print (mesg)
|
| 56 |
|
| 57 |
html += "<div class='mesg {}'> {}</div>".format(clazz, mesg)
|
| 58 |
+
html += "<div>"
|
| 59 |
print(html)
|
| 60 |
return html, chat_history
|
| 61 |
|