Eladlev commited on
Commit
339560f
·
verified ·
1 Parent(s): 2e4600f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
98
  global tools
99
  tools = [
100
  Tool(
101
- name="Web search",
102
  func=search.run,
103
  description="useful for when you need to extract **updated** information from the web"
104
  )
 
98
  global tools
99
  tools = [
100
  Tool(
101
+ name="web_search",
102
  func=search.run,
103
  description="useful for when you need to extract **updated** information from the web"
104
  )