CosmoAI commited on
Commit
609b253
·
1 Parent(s): a544103

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -175,12 +175,12 @@ def responsenew(data):
175
  "action": "myroutines",
176
  "function": "nothing",
177
  }
178
- elif "what is your name" or "what's your name" or "who are you" in data:
179
- respo = {
180
- "message": "My name is Cosmo. I am your friendly personal assistant.",
181
- "action": "nothing",
182
- "function": "nothing",
183
- }
184
  elif "notify" in data:
185
  respo = {
186
  "message": "Select your friends to notify",
 
175
  "action": "myroutines",
176
  "function": "nothing",
177
  }
178
+ # elif "what is your name" or "what's your name" or "who are you" in data:
179
+ # respo = {
180
+ # "message": "My name is Cosmo. I am your friendly personal assistant.",
181
+ # "action": "nothing",
182
+ # "function": "nothing",
183
+ # }
184
  elif "notify" in data:
185
  respo = {
186
  "message": "Select your friends to notify",