Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,6 @@ def my_custom_tool(country: str)-> str: #it's import to specify the return type
|
|
| 18 |
search = DuckSearch()
|
| 19 |
|
| 20 |
result = search.run(f"What is the polulation of {country}?")
|
| 21 |
-
print(result)
|
| 22 |
return result
|
| 23 |
|
| 24 |
@tool
|
|
|
|
| 18 |
search = DuckSearch()
|
| 19 |
|
| 20 |
result = search.run(f"What is the polulation of {country}?")
|
|
|
|
| 21 |
return result
|
| 22 |
|
| 23 |
@tool
|