ECUiVADE commited on
Commit
c3e0ee3
1 Parent(s): c8c5edf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: