Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -120,9 +120,13 @@ topics = """
|
|
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():
|
|
|
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&theme=0"
|
124 |
width="100%" height="152" frameBorder="0"
|
125 |
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
|
126 |
+
<iframe style="border-radius:12px"
|
127 |
+
src="https://open.spotify.com/embed/episode/6m83iwiAwCOu5yaW8LOT1v?utm_source=generator&theme=0"
|
128 |
+
width="100%" height="152" frameBorder="0" allowfullscreen=""
|
129 |
+
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
|
130 |
'''
|
131 |
|
132 |
def display_iframe():
|