srbhavya01 commited on
Commit
1dfaee9
·
verified ·
1 Parent(s): 07dd2f9

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -1
src/streamlit_app.py CHANGED
@@ -37,7 +37,8 @@ goal = st.selectbox(
37
 
38
  equipment = st.multiselect(
39
  "Available Equipment",
40
- ["Dumbbells", "Resistance Band", "Yoga Mat", "No Equipment"]
 
41
  )
42
 
43
  fitness_level = st.radio(
 
37
 
38
  equipment = st.multiselect(
39
  "Available Equipment",
40
+ ["Dumbbells", "Resistance Band", "Yoga Mat", "Skipping Rope",
41
+ "Weight Plates", "Cycling", "Inclined Bench", "Pullups Bar", "No Equipment"]
42
  )
43
 
44
  fitness_level = st.radio(