Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,7 @@ from wikipedia_searcher import WikipediaSearcher
|
|
24 |
class WikipediaSearchTool(Tool):
|
25 |
name = "wikipedia_search"
|
26 |
description = "Search Wikipedia for a given query."
|
27 |
-
|
28 |
-
inputs={"query": {"type": "string"}},
|
29 |
output_type = "string"
|
30 |
|
31 |
def __init__(self):
|
|
|
24 |
class WikipediaSearchTool(Tool):
|
25 |
name = "wikipedia_search"
|
26 |
description = "Search Wikipedia for a given query."
|
27 |
+
inputs = {"query": {"type": "string"}}
|
|
|
28 |
output_type = "string"
|
29 |
|
30 |
def __init__(self):
|