Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def population(country_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 does get the most recent number of people of a specific country.
|
| 15 |
Args:
|
| 16 |
-
|
| 17 |
"""
|
| 18 |
return f"The population of country_name is number people (source_name, year)."
|
| 19 |
|
|
|
|
| 13 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 14 |
"""A tool that does get the most recent number of people of a specific country.
|
| 15 |
Args:
|
| 16 |
+
country_name: A string representing the name of a specific country (e.g., 'Brazil').
|
| 17 |
"""
|
| 18 |
return f"The population of country_name is number people (source_name, year)."
|
| 19 |
|