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