Ryleeeee commited on
Commit
3da9224
·
verified ·
1 Parent(s): 928c6f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", use_column_width=True)
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