ECUiVADE commited on
Commit
ea5a4b0
1 Parent(s): c486583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -154,10 +154,17 @@ class ChatbotAPP:
154
  self.isFirstRun = False
155
  firstmsg = prompt
156
 
157
- if (current_time - self.start_time) > timedelta (seconds = 30):
158
 
159
  temp_history = []
160
- temp_history.append(("\n" * 6,"10 minutes has been elapsed. Barry died due to not getting treatment!"))
 
 
 
 
 
 
 
161
  return temp_history
162
 
163
  self.context += """
 
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(("""
161
+ .
162
+ .
163
+ .
164
+ .
165
+ .
166
+
167
+ ""","10 minutes has been elapsed. Barry died due to not getting treatment!"))
168
  return temp_history
169
 
170
  self.context += """