Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -319,7 +319,7 @@ with gr.Blocks(css="""
|
|
319 |
|
320 |
gr.HTML("""
|
321 |
<div class='explanations'>
|
322 |
-
<h3 style='color: #
|
323 |
<p><strong>Mood:</strong> How are you feeling right now? Pick a mood that matches your vibe.</p>
|
324 |
<p><strong>Time of Day:</strong> What time is it? This helps pick snacks that suit the moment.</p>
|
325 |
<p><strong>Hunger Level:</strong> How hungry are you? 0 = not hungry, 1 = starving!</p>
|
|
|
319 |
|
320 |
gr.HTML("""
|
321 |
<div class='explanations'>
|
322 |
+
<h3 style='color: #FF4500; font-size: 1.1em; margin-bottom: 10px;'>What do the inputs mean?</h3>
|
323 |
<p><strong>Mood:</strong> How are you feeling right now? Pick a mood that matches your vibe.</p>
|
324 |
<p><strong>Time of Day:</strong> What time is it? This helps pick snacks that suit the moment.</p>
|
325 |
<p><strong>Hunger Level:</strong> How hungry are you? 0 = not hungry, 1 = starving!</p>
|