andrewliew86 commited on
Commit
fd2a652
·
verified ·
1 Parent(s): 9998959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def wikiquotes_quotes(person_name:str)-> str:
15
  Args:
16
  person_name: Name of the person to get quote from
17
  """
18
- results = wikiquotes.search(person_name)
19
 
20
  return results
21
 
 
15
  Args:
16
  person_name: Name of the person to get quote from
17
  """
18
+ results = wikiquotes.get_quotes(person_name, "english")
19
 
20
  return results
21