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