Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ def scrape_wiki_fifa_winners(arg1: int, arg2: str) -> str:
|
|
14 |
for the male and female soccer competition.
|
15 |
|
16 |
Args:
|
17 |
-
arg1
|
18 |
-
arg2
|
19 |
|
20 |
Returns:
|
21 |
str: The winner of the given category and year or an error message.
|
|
|
14 |
for the male and female soccer competition.
|
15 |
|
16 |
Args:
|
17 |
+
arg1 : The year of the World Cup.
|
18 |
+
arg2 : The competition category, either "Men" or "Women".
|
19 |
|
20 |
Returns:
|
21 |
str: The winner of the given category and year or an error message.
|