Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
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 & cultural-aware emotion recognition
|
| 360 |
-
'Detect emotions from face, text, and voice — 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 & cultural-aware emotion recognition — AI detection of emotions from face, text, posture and voice.'
|
|
|
|
| 360 |
'</p>',
|
| 361 |
unsafe_allow_html=True,
|
| 362 |
)
|