zlmqi commited on
Commit
ea313d8
1 Parent(s): 61e9b9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,8 +124,8 @@ def create_bot(user_input):
124
  else:
125
  output = "Invalid request."
126
 
127
- #bot.append_chat_history(user_input, output)
128
- #bot.save_chat_history()
129
 
130
  return output
131
 
 
124
  else:
125
  output = "Invalid request."
126
 
127
+ bot.append_chat_history(user_input, output)
128
+ bot.save_chat_history()
129
 
130
  return output
131