Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -24,12 +24,13 @@ def responsenew(data):
|
|
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,
|
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,
|
|
|
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, answer in one word only 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\n
|
33 |
+
Your answer must be of one word only out of these above given 5 words.""")
|
34 |
|
35 |
respo = {
|
36 |
"message": response.last,
|