ECUiVADE commited on
Commit
27e0b1f
1 Parent(s): 6ebd68d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ class ChatbotAPP:
154
  self.isFirstRun = False
155
  firstmsg = prompt
156
 
157
- if (current_time - self.start_time) > timedelta (minutes = 2):
158
 
159
  temp_history = []
160
  temp_history.append(("""
 
154
  self.isFirstRun = False
155
  firstmsg = prompt
156
 
157
+ if (current_time - self.start_time) > timedelta (minutes = 10):
158
 
159
  temp_history = []
160
  temp_history.append(("""