CosmoAI commited on
Commit
68a1cd0
·
1 Parent(s): 91d0199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 shared reminders: ",
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
  }