Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|