smjain commited on
Commit
dd85d27
·
1 Parent(s): 649ab52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, msg)
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