Spaces:
Sleeping
Sleeping
AnishKumbhar
commited on
Commit
•
3d04546
1
Parent(s):
4c5cb7a
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def calculate_food_endpoint(activity: str, weight: int):
|
|
20 |
score = 150
|
21 |
elif activity == "Working Dog (heavy duty)" :
|
22 |
score = 175
|
23 |
-
else
|
24 |
score = 110
|
25 |
return round( score / weight, 2)
|
26 |
"""
|
|
|
20 |
score = 150
|
21 |
elif activity == "Working Dog (heavy duty)" :
|
22 |
score = 175
|
23 |
+
else :
|
24 |
score = 110
|
25 |
return round( score / weight, 2)
|
26 |
"""
|