Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ initialize_database()
|
|
32 |
|
33 |
# Page title
|
34 |
st.markdown("<h1 style='text-align: center;'>Emotion Detection with Face Recognition</h1>", unsafe_allow_html=True)
|
35 |
-
|
36 |
|
37 |
# Load the emotion detection model
|
38 |
@st.cache_resource
|
|
|
32 |
|
33 |
# Page title
|
34 |
st.markdown("<h1 style='text-align: center;'>Emotion Detection with Face Recognition</h1>", unsafe_allow_html=True)
|
35 |
+
st.markdown("<h3 style='text-align: center;'>angry, fear, happy, neutral, sad, surprise</h3>", unsafe_allow_html=True)
|
36 |
|
37 |
# Load the emotion detection model
|
38 |
@st.cache_resource
|