samim2024 commited on
Commit
d7e342c
·
verified ·
1 Parent(s): 18e7160

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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" , "Negative" or "Neutral" otherwise if the text is not valuable write "null".
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","Negative" or "Neutral" otherwise if the text is not valuable write "null".
38
 
39
  Example:
40