Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
|
|
98 |
global tools
|
99 |
tools = [
|
100 |
Tool(
|
101 |
-
name="
|
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 |
)
|