leolacerda commited on
Commit
73ad0de
·
verified ·
1 Parent(s): 91bd3b9

Update app.py

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