Update app.py
Browse files
app.py
CHANGED
@@ -22,12 +22,12 @@ Please carefully read the following text. The text is written in {LANG} language
|
|
22 |
{TEXT}
|
23 |
</text>
|
24 |
|
25 |
-
After reading it, I want you to classify it in three groups: Positive, Negative, or
|
26 |
Your final response MUST contain only the response, no other text.
|
27 |
Example:
|
28 |
Positive
|
29 |
Negative
|
30 |
-
|
31 |
'''
|
32 |
|
33 |
template_json = '''
|
|
|
22 |
{TEXT}
|
23 |
</text>
|
24 |
|
25 |
+
After reading it, I want you to classify it in three groups: Positive, Negative, or Neutral.
|
26 |
Your final response MUST contain only the response, no other text.
|
27 |
Example:
|
28 |
Positive
|
29 |
Negative
|
30 |
+
Neutral
|
31 |
'''
|
32 |
|
33 |
template_json = '''
|