srbhavya01 commited on
Commit
61ad82a
·
verified ·
1 Parent(s): 42a03ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ if st.button("Generate Workout Plan"):
103
 
104
  st.success(f"BMI: {bmi:.2f} ({bmi_status})")
105
 
106
- with st.spinner("Generating your personalized workout plan..."):
107
 
108
  st.subheader("🏋️ Your Workout Plan")
109
  st.write(result)
 
103
 
104
  st.success(f"BMI: {bmi:.2f} ({bmi_status})")
105
 
106
+ with st.spinner("Generating your personalized workout plan..."):
107
 
108
  st.subheader("🏋️ Your Workout Plan")
109
  st.write(result)