Update components/food_suggestions.py
Browse files
components/food_suggestions.py
CHANGED
|
@@ -41,6 +41,6 @@ def render_food_guide():
|
|
| 41 |
|
| 42 |
gr.Markdown("---")
|
| 43 |
gr.Markdown(
|
| 44 |
-
"💡 **Pro Tip:** Portion control is key! Use smaller plates and be mindful of serving sizes. "
|
| 45 |
"For personalized advice, always consult with a registered dietitian or your healthcare provider."
|
| 46 |
)
|
|
|
|
| 41 |
|
| 42 |
gr.Markdown("---")
|
| 43 |
gr.Markdown(
|
| 44 |
+
"💡 **Pro Tip:** Portion control is a key! Use smaller plates and be mindful of serving sizes. "
|
| 45 |
"For personalized advice, always consult with a registered dietitian or your healthcare provider."
|
| 46 |
)
|