Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ PAGES = {
|
|
10 |
"Calorie Deficit Calculator": calorie_deficit,
|
11 |
"Weight Loss Tracker": weightloss_tracker,
|
12 |
"Recommendation System": rec_system,
|
13 |
-
"Food Recommendation based on BMI/region":
|
14 |
}
|
15 |
st.sidebar.title('Calorie cum weight loss tracker')
|
16 |
selection = st.sidebar.radio("Go to", list(PAGES.keys()))
|
|
|
10 |
"Calorie Deficit Calculator": calorie_deficit,
|
11 |
"Weight Loss Tracker": weightloss_tracker,
|
12 |
"Recommendation System": rec_system,
|
13 |
+
"Food Recommendation based on BMI/region": food_rec
|
14 |
}
|
15 |
st.sidebar.title('Calorie cum weight loss tracker')
|
16 |
selection = st.sidebar.radio("Go to", list(PAGES.keys()))
|