chariscait commited on
Commit
3e2a599
·
verified ·
1 Parent(s): 50fd653

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -356,8 +356,7 @@ def show_landing_page():
356
 
357
  st.markdown(
358
  '<p style="text-align:center; color:#6B7B9D; font-size:16px; max-width:500px; margin:0 auto 32px;">'
359
- 'Multimodal &amp; cultural-aware emotion recognition for psychotherapy decision support. '
360
- 'Detect emotions from face, text, and voice &mdash; all processed locally.'
361
  '</p>',
362
  unsafe_allow_html=True,
363
  )
 
356
 
357
  st.markdown(
358
  '<p style="text-align:center; color:#6B7B9D; font-size:16px; max-width:500px; margin:0 auto 32px;">'
359
+ 'Multimodal &amp; cultural-aware emotion recognition &mdash; AI detection of emotions from face, text, posture and voice.'
 
360
  '</p>',
361
  unsafe_allow_html=True,
362
  )