djohari commited on
Commit
4229c22
1 Parent(s): 912bca4

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
  classifier = pipeline("text-classification", model='djohari/EmployeeEmotionAnalysis', return_all_scores=True)
6
 
7
  # Streamlit application title
8
- st.title("Text Classification")
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