srbhavya01 commited on
Commit
9d2c7dd
·
verified ·
1 Parent(s): 57817bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -38,9 +38,9 @@ equipment = st.multiselect(
38
  if st.button("Generate 5-Day Plan 💪"):
39
 
40
  prompt, bmi, bmi_status = build_prompt(
41
- name, gender, height, weight,
42
- goal, fitness_level, equipment
43
- )
44
 
45
  st.subheader(f"Your BMI: {bmi:.2f} ({bmi_status})")
46
 
 
38
  if st.button("Generate 5-Day Plan 💪"):
39
 
40
  prompt, bmi, bmi_status = build_prompt(
41
+ name, age, gender, height, weight,
42
+ goal, fitness_level, equipment
43
+ )
44
 
45
  st.subheader(f"Your BMI: {bmi:.2f} ({bmi_status})")
46