Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def predict_sentiment(text):
|
|
| 32 |
return label_names[pred_label]
|
| 33 |
|
| 34 |
demo_description = """
|
| 35 |
-
**This Space
|
| 36 |
|
| 37 |
**How to Use**:
|
| 38 |
1. Enter text: Type or paste a financial news headline (or any short text) into the text box.
|
|
|
|
| 32 |
return label_names[pred_label]
|
| 33 |
|
| 34 |
demo_description = """
|
| 35 |
+
**This Space uses the FinBERT model for 3-class financial sentiment classification (positive, negative, neutral).**Simply input a financial news headline or sentence to see its sentiment classification.
|
| 36 |
|
| 37 |
**How to Use**:
|
| 38 |
1. Enter text: Type or paste a financial news headline (or any short text) into the text box.
|