Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from Gradio_UI import GradioUI
|
|
12 |
def wikipedia_search(question: str) -> str:
|
13 |
"""Search Wikipedia for factual information about a topic, person, place or concept.
|
14 |
Args:
|
15 |
-
Question about a topic, person, place, or concept: str
|
16 |
Output:
|
17 |
Answer to the question based on content in wikipedia: str
|
18 |
"""
|
|
|
12 |
def wikipedia_search(question: str) -> str:
|
13 |
"""Search Wikipedia for factual information about a topic, person, place or concept.
|
14 |
Args:
|
15 |
+
question: Question about a topic, person, place, or concept: str
|
16 |
Output:
|
17 |
Answer to the question based on content in wikipedia: str
|
18 |
"""
|