Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -127,6 +127,10 @@ topics = """
|
|
127 |
- Sustainability
|
128 |
"""
|
129 |
|
|
|
|
|
|
|
|
|
130 |
def display_iframe():
|
131 |
return iframe
|
132 |
|
|
|
127 |
- Sustainability
|
128 |
"""
|
129 |
|
130 |
+
# Define the HTML iframe content
|
131 |
+
iframe = '''
|
132 |
+
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/37i9dQZF1DXdPec7aLTmlC?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
|
133 |
+
|
134 |
def display_iframe():
|
135 |
return iframe
|
136 |
|