ravinder2024 commited on
Commit
989395e
·
verified ·
1 Parent(s): c2068e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #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
 
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