ECUiVADE commited on
Commit
f474600
1 Parent(s): 31cb1e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ class ChatbotAPP:
188
  return self.chat_history
189
 
190
  else:
191
-
192
  output = "Did you forget to Agree to the Terms and Conditions?"
193
  temp_history.append((prompt,output))
194
  return self.temp_history
 
188
  return self.chat_history
189
 
190
  else:
191
+ temp_history=[]
192
  output = "Did you forget to Agree to the Terms and Conditions?"
193
  temp_history.append((prompt,output))
194
  return self.temp_history