zlmqi commited on
Commit
e909656
1 Parent(s): dab24ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def create_bot(user_input):
106
  else:
107
  output = "Invalid request."
108
 
109
- #bot.append_chat_history(user_input, output)
110
  #bot.save_chat_history()
111
 
112
  return output
 
106
  else:
107
  output = "Invalid request."
108
 
109
+ bot.append_chat_history(user_input, output)
110
  #bot.save_chat_history()
111
 
112
  return output