Update pages/Meal_Planner.py
Browse files- pages/Meal_Planner.py +1 -1
pages/Meal_Planner.py
CHANGED
@@ -6,7 +6,7 @@ import re
|
|
6 |
|
7 |
def main():
|
8 |
st.title("Meal Planner")
|
9 |
-
st.markdown("The Meal Planner app helps users plan a meal
|
10 |
|
11 |
# Dropdown for Diet
|
12 |
diet_options = ['All', 'Gluten-Free', 'Vegan', 'Vegetarian', 'Dairy-Free']
|
|
|
6 |
|
7 |
def main():
|
8 |
st.title("Meal Planner")
|
9 |
+
st.markdown("The Meal Planner app helps users plan a meal out for the day which will include breakfast, lunch, and dinner options that fit their dietary needs, cuisine preferences, specific ingredients, and calorie limits. After submitting their choices, the app retrieves recipe options from an API and randomly selects one recipe from each of the following categories: breakfast, lunch, and dinner. The app also displays the selected recipes' nutrition information and calculates the total nutrition of all three recipes combined.")
|
10 |
|
11 |
# Dropdown for Diet
|
12 |
diet_options = ['All', 'Gluten-Free', 'Vegan', 'Vegetarian', 'Dairy-Free']
|