Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,13 @@ def responsenew(data):
|
|
| 23 |
4. viewing pages been joined by the user\n
|
| 24 |
5. user is saying to view the reminders been shared to the user or by the user\n
|
| 25 |
|
| 26 |
-
data = {data}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
respo = {
|
| 29 |
"message": response.last,
|
|
|
|
| 23 |
4. viewing pages been joined by the user\n
|
| 24 |
5. user is saying to view the reminders been shared to the user or by the user\n
|
| 25 |
|
| 26 |
+
data = {data}\n\n
|
| 27 |
+
After you are done find out the intent, tell me in one word the intent. Use the following word for your answer, as given below in sequence to the intent:\n
|
| 28 |
+
1. recoin\n
|
| 29 |
+
2. view_friends\n
|
| 30 |
+
3. view_groups\n
|
| 31 |
+
4. view_pages\n
|
| 32 |
+
5. sharedrem\n""")
|
| 33 |
|
| 34 |
respo = {
|
| 35 |
"message": response.last,
|