smjain commited on
Commit
2d99d69
·
1 Parent(s): e889b71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -33,7 +33,8 @@ def converse(user_input, chat_history=[]):
33
  if x%2!=0 :
34
  mesg="Alicia:"+mesg
35
  clazz="alicia"
36
- clazz="user"
 
37
 
38
 
39
  print("value of x")
 
33
  if x%2!=0 :
34
  mesg="Alicia:"+mesg
35
  clazz="alicia"
36
+ else :
37
+ clazz="user"
38
 
39
 
40
  print("value of x")