Update app.py
Browse files
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.
|
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", "")
|