eloi-goncalves commited on
Commit
4922309
·
1 Parent(s): 0713efa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ def converse(user_input, chat_history=[]):
179
  print("starting to print response")
180
  print(response)
181
  # html for display
182
- html = "<div class='mybot'>"
183
  for x, mesg in enumerate(response):
184
  if x%2!=0 :
185
  mesg="Alicia:"+mesg
 
179
  print("starting to print response")
180
  print(response)
181
  # html for display
182
+ html = "<div class='mychat'>"
183
  for x, mesg in enumerate(response):
184
  if x%2!=0 :
185
  mesg="Alicia:"+mesg