Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ class ChatbotAPP:
|
|
184 |
|
185 |
self.context += response
|
186 |
|
187 |
-
print (context)
|
188 |
return self.chat_history
|
189 |
|
190 |
else:
|
|
|
184 |
|
185 |
self.context += response
|
186 |
|
187 |
+
print (self.context)
|
188 |
return self.chat_history
|
189 |
|
190 |
else:
|