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