DreamStream-1 commited on
Commit
622336b
·
verified ·
1 Parent(s): a68959a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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://example.com/image1.png" alt="Wellness Image 1">
303
- <img src="https://example.com/image2.png" alt="Wellness Image 2">
304
- <img src="https://example.com/image3.png" alt="Wellness Image 3">
305
  </div>
306
- """) # Replace these URLs with your actual image links
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)