ECUiVADE commited on
Commit
c8c5edf
1 Parent(s): 691313f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ class ChatbotAPP:
182
  else:
183
  self.chat_log_history.append({"user": firstmsg, "bot": cleaned_response})
184
 
185
- context += response
186
 
187
  print (context)
188
  return self.chat_history
 
182
  else:
183
  self.chat_log_history.append({"user": firstmsg, "bot": cleaned_response})
184
 
185
+ self.context += response
186
 
187
  print (context)
188
  return self.chat_history