djohari commited on
Commit
912bca4
1 Parent(s): 6b1cdde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ st.write("Please note: this is a model for Text Classification and can only work
13
  text = st.text_area("Add your Employee Reviews in the box to classify", "")
14
 
15
  # Perform text classification when the user clicks the "Classify" button
16
- if st.button("Classify"):
17
  # Perform text classification on the input text
18
  results = classifier(text)[0]
19
 
 
13
  text = st.text_area("Add your Employee Reviews in the box to classify", "")
14
 
15
  # Perform text classification when the user clicks the "Classify" button
16
+ if st.button("Classify Emotion"):
17
  # Perform text classification on the input text
18
  results = classifier(text)[0]
19