Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -299,11 +299,11 @@ with gr.Blocks(theme="shivi/calm_seafoam") as app:
|
|
299 |
# Infographics with images
|
300 |
gr.HTML("""
|
301 |
<div class="info-graphic">
|
302 |
-
<img src="https://
|
303 |
-
<img src="https://
|
304 |
-
<img src="https://
|
305 |
</div>
|
306 |
-
""")
|
307 |
|
308 |
with gr.Row():
|
309 |
user_input = gr.Textbox(label="Please Enter Your Message Here", placeholder="Type your message here...", max_lines=3)
|
|
|
299 |
# Infographics with images
|
300 |
gr.HTML("""
|
301 |
<div class="info-graphic">
|
302 |
+
<img src="https://i.imgur.com/jJcb71H.png" alt="Wellness Image 1">
|
303 |
+
<img src="https://i.imgur.com/fj0C6dG.png" alt="Wellness Image 2">
|
304 |
+
<img src="https://i.imgur.com/bodKUvT.png" alt="Wellness Image 3">
|
305 |
</div>
|
306 |
+
""")
|
307 |
|
308 |
with gr.Row():
|
309 |
user_input = gr.Textbox(label="Please Enter Your Message Here", placeholder="Type your message here...", max_lines=3)
|