mandrea98 commited on
Commit
493d969
·
verified ·
1 Parent(s): 4142c3f

Update app.py

Browse files

updating the doc string

Files changed (1) hide show
  1. app.py +1 -0
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