rsynak commited on
Commit
a86218c
·
verified ·
1 Parent(s): 4582aa8

update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -16,8 +16,6 @@ def my_custom_tool(state:str, altitude:int)-> str: #it's import to specify the r
16
  state: A string representing the state who's capital we need to identify
17
  altitude: The altitude of the state capital we've identified
18
  """
19
- try:
20
- use DuckDuckGoSearchTool()
21
  return f"The altitude of '{state}'s capital is '{altitude}'"
22
 
23
 
 
16
  state: A string representing the state who's capital we need to identify
17
  altitude: The altitude of the state capital we've identified
18
  """
 
 
19
  return f"The altitude of '{state}'s capital is '{altitude}'"
20
 
21