Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
|
|
5 |
classifier = pipeline("text-classification", model='djohari/EmployeeEmotionAnalysis', return_all_scores=True)
|
6 |
|
7 |
# Streamlit application title
|
8 |
-
st.title("
|
9 |
st.write("Classification for 6 emotions: sadness, joy, love, anger, fear, surprise")
|
10 |
st.write("Please note: this is a model for Text Classification and can only work with input text")
|
11 |
|
|
|
5 |
classifier = pipeline("text-classification", model='djohari/EmployeeEmotionAnalysis', return_all_scores=True)
|
6 |
|
7 |
# Streamlit application title
|
8 |
+
st.title("Emotion Classification for Employee Reviews")
|
9 |
st.write("Classification for 6 emotions: sadness, joy, love, anger, fear, surprise")
|
10 |
st.write("Please note: this is a model for Text Classification and can only work with input text")
|
11 |
|