Spaces:
Sleeping
Sleeping
moving grace's iframe
Browse files
app.py
CHANGED
|
@@ -167,7 +167,20 @@ def goalTracker(goal, savings, targetDate):
|
|
| 167 |
|
| 168 |
with gr.Blocks(css=custom_css) as demo:
|
| 169 |
gr.Image("banner_image.png", show_label=False, container=False)
|
| 170 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
with gr.Tabs():
|
| 172 |
with gr.Tab("Chatbot"):
|
| 173 |
gr.ChatInterface(
|
|
|
|
| 167 |
|
| 168 |
with gr.Blocks(css=custom_css) as demo:
|
| 169 |
gr.Image("banner_image.png", show_label=False, container=False)
|
| 170 |
+
gr.HTML(
|
| 171 |
+
"""
|
| 172 |
+
<iframe
|
| 173 |
+
style="border-radius:12px"
|
| 174 |
+
src="https://open.spotify.com/embed/playlist/3WimQBublpHoOkok4Vu4Dj"
|
| 175 |
+
width="100%"
|
| 176 |
+
height="352"
|
| 177 |
+
frameBorder="0"
|
| 178 |
+
allowfullscreen=""
|
| 179 |
+
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
|
| 180 |
+
loading="lazy">
|
| 181 |
+
</iframe>
|
| 182 |
+
"""
|
| 183 |
+
)
|
| 184 |
with gr.Tabs():
|
| 185 |
with gr.Tab("Chatbot"):
|
| 186 |
gr.ChatInterface(
|