yangminded commited on
Commit
8347505
·
verified ·
1 Parent(s): a3f0c19

Update tools/broadfield_search.py

Browse files
Files changed (1) hide show
  1. tools/broadfield_search.py +1 -1
tools/broadfield_search.py CHANGED
@@ -4,7 +4,7 @@ from gradio_client import Client
4
 
5
  class BroadfieldWebsearch(Tool):
6
  client = Client("broadfield-dev/browser")
7
- name = "web search by broadfield"
8
  description = "Searches the web with common web search engines."
9
  inputs = {'query': {'type': 'any', 'description': 'The query terms to use for the web search.'}}
10
  output_type = "any"
 
4
 
5
  class BroadfieldWebsearch(Tool):
6
  client = Client("broadfield-dev/browser")
7
+ name = "broadfield_web_search"
8
  description = "Searches the web with common web search engines."
9
  inputs = {'query': {'type': 'any', 'description': 'The query terms to use for the web search.'}}
10
  output_type = "any"