samim2024 commited on
Commit
3f2aee4
·
verified ·
1 Parent(s): be12b52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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" or "negative", otherwise if the text is not valuable write "null".
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
- Review text: '''{text_review}'''
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