CosmoAI commited on
Commit
5e7e8ec
·
1 Parent(s): afbc0cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -48,6 +48,8 @@ def responsenew(data):
48
  response = palm.chat( messages=data)
49
  print(response)
50
  if data is not None:
 
 
51
  if "add coins" in data:
52
  respo = {
53
  "message": "Click the button below to view Premium Services and Coin Recharge options: ",
 
48
  response = palm.chat( messages=data)
49
  print(response)
50
  if data is not None:
51
+ # if "remind me" or "remind me to" in data:
52
+
53
  if "add coins" in data:
54
  respo = {
55
  "message": "Click the button below to view Premium Services and Coin Recharge options: ",