Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ with st.form("my_form"):
|
|
34 |
for extract the sentiment of a review in '{option}' Language.
|
35 |
|
36 |
Give your answer writing a Json evaluating the sentiment field between the dollar sign, the value must be printed without dollar sign.
|
37 |
-
The value of sentiment must be "
|
38 |
|
39 |
Example:
|
40 |
|
@@ -44,7 +44,7 @@ with st.form("my_form"):
|
|
44 |
sentiment with value: $sentiment$
|
45 |
Field 3 named :
|
46 |
language with value: {option}
|
47 |
-
|
48 |
|
49 |
"""
|
50 |
|
|
|
34 |
for extract the sentiment of a review in '{option}' Language.
|
35 |
|
36 |
Give your answer writing a Json evaluating the sentiment field between the dollar sign, the value must be printed without dollar sign.
|
37 |
+
The value of sentiment must be "Positive" , "Negative" or "Neutral" otherwise if the text is not valuable write "null".
|
38 |
|
39 |
Example:
|
40 |
|
|
|
44 |
sentiment with value: $sentiment$
|
45 |
Field 3 named :
|
46 |
language with value: {option}
|
47 |
+
|
48 |
|
49 |
"""
|
50 |
|