Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,15 +79,7 @@ demo = gr.ChatInterface(
|
|
| 79 |
with gr.Row():
|
| 80 |
gr.HTML(
|
| 81 |
"""
|
| 82 |
-
<iframe style="border-radius:12px"
|
| 83 |
-
src="https://open.spotify.com/playlist/3WLDIcG4Cx2UOPy0rbFhQn?si=2e7782e841fd4520"
|
| 84 |
-
width="100%"
|
| 85 |
-
height="152"
|
| 86 |
-
frameBorder="0"
|
| 87 |
-
allowfullscreen=""
|
| 88 |
-
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
|
| 89 |
-
loading="lazy">
|
| 90 |
-
</iframe>
|
| 91 |
"""
|
| 92 |
)
|
| 93 |
|
|
|
|
| 79 |
with gr.Row():
|
| 80 |
gr.HTML(
|
| 81 |
"""
|
| 82 |
+
<iframe data-testid="embed-iframe" style="border-radius:12px" src="https://open.spotify.com/embed/playlist/3WLDIcG4Cx2UOPy0rbFhQn?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
"""
|
| 84 |
)
|
| 85 |
|