Rahaf2001 commited on
Commit
9f2c107
·
verified ·
1 Parent(s): bd28347

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -86,7 +86,6 @@ def agent_bmi_tdee(sex, age, height_cm, weight_kg, activity, goal):
86
  - **Target for goal ({goal}):** **{target} kcal/day**
87
  - **Water recommendation:** ~ **{water_l} L/day** (≈ {water} ml)
88
 
89
- > *These are estimates, not medical advice. Adjust by ±100–150 kcal based on weekly progress.*
90
  """
91
  return md
92
 
 
86
  - **Target for goal ({goal}):** **{target} kcal/day**
87
  - **Water recommendation:** ~ **{water_l} L/day** (≈ {water} ml)
88
 
 
89
  """
90
  return md
91