seanrobbins commited on
Commit
1bf45cf
·
verified ·
1 Parent(s): 6673f5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def wikipedia_page_tool(page: str)-> str:
12
  """Retrieve a Wikipedia page. Useful for learning about a particular concept that isn't private information.
13
 
14
  Args:
15
- page (str): Title of the page to read.
16
  """
17
  import wikipedia
18
 
 
12
  """Retrieve a Wikipedia page. Useful for learning about a particular concept that isn't private information.
13
 
14
  Args:
15
+ page: Title of the page to read.
16
  """
17
  import wikipedia
18