Thatguyjk723 commited on
Commit
fe8a145
·
verified ·
1 Parent(s): ab751d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def get_name_age(name:str)-> str: #it's import to specify the return type
13
  #Keep this format for the description / args / args description but feel free to modify the tool
14
  """A tool that predicts the age of a person based on their name
15
  Args:
16
- arg1: name of the person to guess their age
17
  """
18
  try:
19
  # make a call to the agify api with the given name
 
13
  #Keep this format for the description / args / args description but feel free to modify the tool
14
  """A tool that predicts the age of a person based on their name
15
  Args:
16
+ name: name of the person to guess their age
17
  """
18
  try:
19
  # make a call to the agify api with the given name