Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,10 @@ topics = """
|
|
119 |
|
120 |
# Define the HTML iframe content
|
121 |
iframe = '''
|
122 |
-
<iframe style="border-radius:12px"
|
|
|
|
|
|
|
123 |
'''
|
124 |
|
125 |
def display_iframe():
|
|
|
119 |
|
120 |
# Define the HTML iframe content
|
121 |
iframe = '''
|
122 |
+
<iframe style="border-radius:12px"
|
123 |
+
src="https://open.spotify.com/embed/episode/1Emjgqf8PfwD42kvyKvtfW?utm_source=generator"
|
124 |
+
width="100%" height="152" frameBorder="0"
|
125 |
+
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
|
126 |
'''
|
127 |
|
128 |
def display_iframe():
|