AkseliManninen commited on
Commit
fc2d895
·
verified ·
1 Parent(s): dfbe3f4

Update app.py

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