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