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