Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from transformers import pipeline
|
|
| 5 |
sentiment_classifier = pipeline("text-classification",model='Ryleeeee/CustomSentimentModel', return_all_scores=True)
|
| 6 |
|
| 7 |
# Streamlit application title and background image
|
| 8 |
-
st.
|
| 9 |
st.markdown("<h1 style='text-align: center;'>Customer Review Analysis</h1>", unsafe_allow_html=True)
|
| 10 |
|
| 11 |
st.write("Setiment classification: positive, netural, negative")
|
|
|
|
| 5 |
sentiment_classifier = pipeline("text-classification",model='Ryleeeee/CustomSentimentModel', return_all_scores=True)
|
| 6 |
|
| 7 |
# Streamlit application title and background image
|
| 8 |
+
st.image("./header.png", width=600, use_column_width=False)
|
| 9 |
st.markdown("<h1 style='text-align: center;'>Customer Review Analysis</h1>", unsafe_allow_html=True)
|
| 10 |
|
| 11 |
st.write("Setiment classification: positive, netural, negative")
|