Emma0123 commited on
Commit
63cf69c
·
verified ·
1 Parent(s): 5e63e5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ classifier = pipeline("text-classification",model='isom5240sp24/bert-base-uncase
6
 
7
  # Streamlit application title
8
  st.title("Text Classification")
 
9
  st.write("Classification for 6 emotions: sadness, joy, love, anger, fear, surprise")
10
 
11
  # Text input for user to enter the text to classify
 
6
 
7
  # Streamlit application title
8
  st.title("Text Classification")
9
+
10
  st.write("Classification for 6 emotions: sadness, joy, love, anger, fear, surprise")
11
 
12
  # Text input for user to enter the text to classify