Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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)",
|