DreamStream-1 commited on
Commit
090f894
Β·
verified Β·
1 Parent(s): d8da7ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -3
app.py CHANGED
@@ -294,13 +294,23 @@ with gr.Blocks(theme="shivi/calm_seafoam") as app:
294
  gr.HTML(welcome_message) # Animated welcome message
295
 
296
  with gr.Tab("Well-Being Chatbot"):
297
- gr.HTML("<h1>🌟 Well-Being Chatbot 🌟</h1>") # Centered title for the chatbot tab
 
 
 
 
 
 
 
 
 
 
298
 
299
  # Infographics with images
300
  gr.HTML("""
301
  <div class="info-graphic">
302
- <img src="https://i.imgur.com/Nvljr1A.png" alt="Wellness Image 1">
303
- <img src="https://i.imgur.com/3ixjqBf.png" alt="Wellness Image 2">
304
  <img src="https://i.imgur.com/hcYAUJ3.png" alt="Wellness Image 3">
305
  </div>
306
  """)
 
294
  gr.HTML(welcome_message) # Animated welcome message
295
 
296
  with gr.Tab("Well-Being Chatbot"):
297
+ gr.HTML("""
298
+ <h1 style="color: #388e3c; font-family: 'Helvetica', sans-serif; text-align: center; font-size: 3.5em; margin-bottom: 0;">
299
+ 🌼 Well-Being Companion 🌼
300
+ </h1>
301
+ <p style="color: #4caf50; font-family: 'Helvetica', sans-serif; text-align: center; font-size: 1.5em; margin-top: 0;">
302
+ Your Trustworthy Guide to Mental Wellness and Health
303
+ </p>
304
+ <h2 style="color: #2e7d32; font-family: 'Helvetica', sans-serif; text-align: center; font-size: 1.2em;">
305
+ 🌈 Emotional Support | πŸ§˜πŸ»β€β™€οΈ Mindfulness | πŸ₯— Nutrition | πŸ‹οΈ Physical Health | πŸ’€ Sleep Hygiene
306
+ </h2>
307
+ """)
308
 
309
  # Infographics with images
310
  gr.HTML("""
311
  <div class="info-graphic">
312
+ <img src="https://i.imgur.com/3ixjqBf.png" alt="Wellness Image 1">
313
+ <img src="https://i.imgur.com/Nvljr1A.png" alt="Wellness Image 2">
314
  <img src="https://i.imgur.com/hcYAUJ3.png" alt="Wellness Image 3">
315
  </div>
316
  """)