Spaces:
Running
Running
Update app.py
Browse files
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: ",
|