Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
298 |
|
299 |
# Infographics with images
|
300 |
gr.HTML("""
|
301 |
<div class="info-graphic">
|
302 |
-
<img src="https://i.imgur.com/
|
303 |
-
<img src="https://i.imgur.com/
|
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 |
""")
|