ECUiVADE commited on
Commit
3c4dec3
1 Parent(s): 7d06641

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -8
app.py CHANGED
@@ -158,14 +158,11 @@ class ChatbotAPP:
158
 
159
  temp_history = []
160
  temp_history.append(("""
161
- ___ __ __ ____ ___ __
162
- / \ | | | | \ / \ | |
163
- | || | | | _ || || |
164
- | O || _ | | | || O ||__|
165
- | || | | | | || | __
166
- | || | | | | || || |
167
- \___/ |__|__| |__|__| \___/ |__|
168
-
169
  ""","10 minutes has been elapsed. Barry died due to not getting treatment!"))
170
  return temp_history
171
 
 
158
 
159
  temp_history = []
160
  temp_history.append(("""
161
+
162
+
163
+
164
+
165
+
 
 
 
166
  ""","10 minutes has been elapsed. Barry died due to not getting treatment!"))
167
  return temp_history
168