Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ def search_youtube_music(mood_value, tempo_value):
|
|
| 108 |
st.set_page_config(page_title="Emotion Detector & Music Finder", layout="centered")
|
| 109 |
|
| 110 |
# Display logo
|
| 111 |
-
st.image(
|
| 112 |
|
| 113 |
st.title("🎭 AI Emotion Detector & Music Finder")
|
| 114 |
|
|
|
|
| 108 |
st.set_page_config(page_title="Emotion Detector & Music Finder", layout="centered")
|
| 109 |
|
| 110 |
# Display logo
|
| 111 |
+
st.image(logo_url, use_container_width=True)
|
| 112 |
|
| 113 |
st.title("🎭 AI Emotion Detector & Music Finder")
|
| 114 |
|