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 "Positive"
|
38 |
|
39 |
Example:
|
40 |
|
|
|
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" or "Negative" otherwise if the text is not valuable write "Neutral".
|
38 |
|
39 |
Example:
|
40 |
|