Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def responsenew(data):
|
|
| 14 |
response = palm.chat(messages=data)
|
| 15 |
respo = {
|
| 16 |
"message": response.last,
|
| 17 |
-
"action": "
|
| 18 |
"function": "nothing"
|
| 19 |
}
|
| 20 |
print(data)
|
|
|
|
| 14 |
response = palm.chat(messages=data)
|
| 15 |
respo = {
|
| 16 |
"message": response.last,
|
| 17 |
+
"action": "payment",
|
| 18 |
"function": "nothing"
|
| 19 |
}
|
| 20 |
print(data)
|