Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def converse(user_input, chat_history=[]):
|
|
35 |
print(x)
|
36 |
print("message")
|
37 |
print (mesg)
|
38 |
-
html += "<div class='mesg {}'> {}</div>".format(cls,
|
39 |
html += "</div>"
|
40 |
print(html)
|
41 |
return html, chat_history
|
|
|
35 |
print(x)
|
36 |
print("message")
|
37 |
print (mesg)
|
38 |
+
html += "<div class='mesg {}'> {}</div>".format(cls, mesg)
|
39 |
html += "</div>"
|
40 |
print(html)
|
41 |
return html, chat_history
|