khadija3818 commited on
Commit
c0c7da3
1 Parent(s): a84d362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def detect_emotion(sentence):
8
  return emotion
9
 
10
  # Streamlit UI
11
- st.title("Simple Emotion Detection App")
12
 
13
  # User input
14
  sentence = st.text_area("Enter a sentence:")
 
8
  return emotion
9
 
10
  # Streamlit UI
11
+ st.title("Emotion Detection App")
12
 
13
  # User input
14
  sentence = st.text_area("Enter a sentence:")