ehagey commited on
Commit
7c580a6
·
verified ·
1 Parent(s): c168fc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def show_main_app():
153
  fitness_level = st.selectbox(
154
  "Fitness Level",
155
  options=["Beginner", "Intermediate", "Advanced"],
156
- value="Advanced"
157
  )
158
  health_conditions = st.multiselect(
159
  "Health Conditions (if any)",
 
153
  fitness_level = st.selectbox(
154
  "Fitness Level",
155
  options=["Beginner", "Intermediate", "Advanced"],
156
+ index = 2
157
  )
158
  health_conditions = st.multiselect(
159
  "Health Conditions (if any)",