Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ def responsenew(data):
|
|
| 69 |
"action": "shared_reminders",
|
| 70 |
"function": "nothing"
|
| 71 |
}
|
| 72 |
-
elif "
|
| 73 |
respo = {
|
| 74 |
"message": "Here's the list of your shared reminders: ",
|
| 75 |
"action": "myroutines",
|
|
|
|
| 69 |
"action": "shared_reminders",
|
| 70 |
"function": "nothing"
|
| 71 |
}
|
| 72 |
+
elif "myroutines" in intent.last:
|
| 73 |
respo = {
|
| 74 |
"message": "Here's the list of your shared reminders: ",
|
| 75 |
"action": "myroutines",
|