CosmoAI commited on
Commit
a44175d
·
1 Parent(s): 011106d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def responsenew(data):
14
  response = palm.chat(messages=data)
15
  respo = {
16
  "message": response.last,
17
- "action": "payment",
18
  "function": "nothing"
19
  }
20
  print(data)
 
14
  response = palm.chat(messages=data)
15
  respo = {
16
  "message": response.last,
17
+ "action": "show_friends",
18
  "function": "nothing"
19
  }
20
  print(data)