shrut27 commited on
Commit
bfdb9ce
1 Parent(s): 851ce7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": FileNotFoundError
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()))