zlmqi commited on
Commit
9139997
1 Parent(s): e94cac0

Update app.py

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