Spaces:
Sleeping
Sleeping
Removing confusing text in recipe generation page.
Browse files
app.py
CHANGED
|
@@ -751,16 +751,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
|
| 751 |
)
|
| 752 |
|
| 753 |
gr.Markdown("---")
|
| 754 |
-
|
| 755 |
-
"""
|
| 756 |
-
**📝 Optional Enhancements:**
|
| 757 |
-
- 💡 Complete User Profile & Goals tab for personalized calorie targets
|
| 758 |
-
- 📸 Scan ingredients in Ingredient Scanner tab for custom recipes
|
| 759 |
-
- 🎨 Select a cuisine preference above (defaults to International)
|
| 760 |
-
|
| 761 |
-
**✨ You can generate recipes right now with just a cuisine selection!**
|
| 762 |
-
"""
|
| 763 |
-
)
|
| 764 |
|
| 765 |
with gr.Column(scale=2):
|
| 766 |
recipe_output = gr.Markdown(
|
|
|
|
| 751 |
)
|
| 752 |
|
| 753 |
gr.Markdown("---")
|
| 754 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 755 |
|
| 756 |
with gr.Column(scale=2):
|
| 757 |
recipe_output = gr.Markdown(
|