Manojkumarpandi commited on
Commit
1759ea4
·
verified ·
1 Parent(s): e92da0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ Get personalized dietary, fitness, and lifestyle plans tailored to your goals an
90
  age = st.number_input("Age", min_value=10, max_value=100, step=1)
91
  height = st.number_input("Height (cm)", min_value=100.0, max_value=250.0, step=0.1)
92
  activity_level = st.selectbox("Activity Level", ["Sedentary", "Lightly Active", "Moderately Active", "Very Active", "Extremely Active"])
93
- dietary_preferences = st.selectbox("Dietary Preferences", ["Vegetarian", "Keto", "Gluten Free", "Low Carb", "Dairy Free"])
94
  with col2:
95
  weight = st.number_input("Weight (kg)", min_value=20.0, max_value=300.0, step=0.1)
96
  sex = st.selectbox("Sex", ["Male", "Female", "Other"])
 
90
  age = st.number_input("Age", min_value=10, max_value=100, step=1)
91
  height = st.number_input("Height (cm)", min_value=100.0, max_value=250.0, step=0.1)
92
  activity_level = st.selectbox("Activity Level", ["Sedentary", "Lightly Active", "Moderately Active", "Very Active", "Extremely Active"])
93
+ dietary_preferences = st.selectbox("Dietary Preferences", ["Non-Vegetarian", "Vegetarian", "Keto", "Gluten Free", "Low Carb", "Dairy Free"])
94
  with col2:
95
  weight = st.number_input("Weight (kg)", min_value=20.0, max_value=300.0, step=0.1)
96
  sex = st.selectbox("Sex", ["Male", "Female", "Other"])