CosmoAI commited on
Commit
518063c
·
1 Parent(s): 68add6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def responsenew(data):
18
  "action": "payment",
19
  "function": "nothing"
20
  }
21
- elif "show friends" in response.last:
22
  respo = {
23
  "message": response.last,
24
  "action": "show_friends",
 
18
  "action": "payment",
19
  "function": "nothing"
20
  }
21
+ elif "friends" in response.last:
22
  respo = {
23
  "message": response.last,
24
  "action": "show_friends",