Update app.py
Browse files
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
|