Dochee commited on
Commit
11f605e
1 Parent(s): a49bd2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 += "</div>"
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