Spaces:
Sleeping
Sleeping
add print
Browse files
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 |
-
|
|
|
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(
|