miasambolec commited on
Commit
6194247
·
verified ·
1 Parent(s): 786c704

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -150,6 +150,9 @@ with gr.Blocks() as demo:
150
  - SVM for classic machine learning
151
  - LSTM for deep learning (using FastText)
152
  - BERTić for transformer-based analysis
 
 
 
153
  """)
154
 
155
  with gr.Row():
 
150
  - SVM for classic machine learning
151
  - LSTM for deep learning (using FastText)
152
  - BERTić for transformer-based analysis
153
+ 5 ★ -> positive sentiment
154
+ 3 ★ -> neutral sentiment
155
+ 1 ★ -> negative sentiment
156
  """)
157
 
158
  with gr.Row():