imtng commited on
Commit
594086d
1 Parent(s): f47f3f2

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='bhadresh-savani/distilbert-ba
6
 
7
  # Streamlit application title
8
  st.title("Text Classification!")
9
- st.header("Classification for 6 emotion: sadness, joy, love, anger, fear, surprise")
10
 
11
  # Text input for user to enter the text to classify
12
  text = st.text_area("Enter the text to classify", "")
 
6
 
7
  # Streamlit application title
8
  st.title("Text Classification!")
9
+ st.write("Classification for 6 emotion: sadness, joy, love, anger, fear, surprise")
10
 
11
  # Text input for user to enter the text to classify
12
  text = st.text_area("Enter the text to classify", "")