happyday1 commited on
Commit
5eed04d
·
verified ·
1 Parent(s): 2362ff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  """