Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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 |
|