teganmosi commited on
Commit
cd6aa24
·
verified ·
1 Parent(s): b5d4c4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -321,10 +321,10 @@ with gr.Blocks(css="""
321
  <div class='explanations'>
322
  <h3 style='color: #FF4500; font-size: 1.1em; margin-bottom: 10px;'>What do the inputs mean?</h3>
323
  <p>Mood: 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>
326
- <p><strong>Sentiment:</strong> What's your emotional vibe? -1 = feeling down, 0 = neutral, +1 = super upbeat.</p>
327
- <p><strong>Snack Type:</strong> What kind of snack do you crave? Sweet, savory, spicy, or light.</p>
328
  </div>
329
  <div class='footer'>
330
  <p>Built with ❤️ by @teganmosi</p>
 
321
  <div class='explanations'>
322
  <h3 style='color: #FF4500; font-size: 1.1em; margin-bottom: 10px;'>What do the inputs mean?</h3>
323
  <p>Mood: How are you feeling right now? Pick a mood that matches your vibe.</p>
324
+ <p>Time of Day: What time is it? This helps pick snacks that suit the moment.</p>
325
+ <p>Hunger Level:How hungry are you? 0 = not hungry, 1 = starving!</p>
326
+ <p>Sentiment: What's your emotional vibe? -1 = feeling down, 0 = neutral, +1 = super upbeat.</p>
327
+ <p>Snack Type: What kind of snack do you crave? Sweet, savory, spicy, or light.</p>
328
  </div>
329
  <div class='footer'>
330
  <p>Built with ❤️ by @teganmosi</p>