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