Ryleeeee commited on
Commit
8699379
·
verified ·
1 Parent(s): 3db428e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.markdown("<div style='text-align:center'><img src='./header.png' width='300' height='200'></div>", unsafe_allow_html=True)
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")