Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
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",
|