Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ classifier = pipeline("text-classification",model='Ryleeeee/CustomSentimentModel
|
|
| 6 |
|
| 7 |
# Streamlit application title and background image
|
| 8 |
st.image("./header.png", use_column_width=True)
|
| 9 |
-
st.title("Step 1: Sentiment Analysis"
|
| 10 |
|
| 11 |
st.write("Setiment classification: positive, netural, negative")
|
| 12 |
|
|
|
|
| 6 |
|
| 7 |
# Streamlit application title and background image
|
| 8 |
st.image("./header.png", use_column_width=True)
|
| 9 |
+
st.title("Step 1: Sentiment Analysis")
|
| 10 |
|
| 11 |
st.write("Setiment classification: positive, netural, negative")
|
| 12 |
|