rchrdgwr commited on
Commit
05d6f3e
·
verified ·
1 Parent(s): f1bc999
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,7 +41,8 @@ def get_population(country:str)-> str: #it's import to specify the return type
41
  country: a string representing the population of a country
42
  arg2: the second argument
43
  """
44
- return f"The population on {country} is 100"
 
45
 
46
  final_answer = FinalAnswerTool()
47
  model = HfApiModel(
 
41
  country: a string representing the population of a country
42
  arg2: the second argument
43
  """
44
+ print("Getting the population")
45
+ return f"The population on {country} is 65,010,585"
46
 
47
  final_answer = FinalAnswerTool()
48
  model = HfApiModel(