Spaces:
Sleeping
Sleeping
Update app.py
Browse filesupdating the doc string
app.py
CHANGED
|
@@ -16,6 +16,7 @@ def protein_intake_calculator(fullname:str, weight:int, metric:str)-> str: #it's
|
|
| 16 |
Args:
|
| 17 |
fullname: the first argument that takes in a user's full name, so first and last name
|
| 18 |
weight: the second argument that takes the input weight of a user.
|
|
|
|
| 19 |
"""
|
| 20 |
try:
|
| 21 |
# Check which metric the weight is using
|
|
|
|
| 16 |
Args:
|
| 17 |
fullname: the first argument that takes in a user's full name, so first and last name
|
| 18 |
weight: the second argument that takes the input weight of a user.
|
| 19 |
+
metric: the third argument that takes the input metric of a user.
|
| 20 |
"""
|
| 21 |
try:
|
| 22 |
# Check which metric the weight is using
|