Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from Gradio_UI import GradioUI
|
|
12 |
def search(query:str)-> str:
|
13 |
"""A tool that searches the internet
|
14 |
Args:
|
15 |
-
|
16 |
"""
|
17 |
return DuckDuckGoSearchTool(query)
|
18 |
|
|
|
12 |
def search(query:str)-> str:
|
13 |
"""A tool that searches the internet
|
14 |
Args:
|
15 |
+
query: search terms
|
16 |
"""
|
17 |
return DuckDuckGoSearchTool(query)
|
18 |
|