WhoLetMeCook commited on
Commit
6349502
·
verified ·
1 Parent(s): 3fba00d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def predict_emotion(text):
18
  # Streamlit app layout
19
  st.title("ChefBERT Emotion Classifier") # This removes the heading link
20
 
21
- st.write("Enter a sentence and ChefBERT will predict whether the emotion is positive (1) or negative (0).")
22
 
23
  # Input box
24
  placeholder = st.empty() # Placeholder for the input box
 
18
  # Streamlit app layout
19
  st.title("ChefBERT Emotion Classifier") # This removes the heading link
20
 
21
+ st.write("CHEFBERT will predict whether the input sentence is positive or negative .")
22
 
23
  # Input box
24
  placeholder = st.empty() # Placeholder for the input box