Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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():
|