Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ def scrape_wiki_fifa_winners(year: int, cat: str) -> str:
|
|
15 |
for the male and female soccer competitions.
|
16 |
|
17 |
Args:
|
18 |
-
year
|
19 |
-
cat
|
20 |
|
21 |
|
22 |
"""
|
|
|
15 |
for the male and female soccer competitions.
|
16 |
|
17 |
Args:
|
18 |
+
year: An integer representing the year of the World Cip.
|
19 |
+
cat: A string representing The competition category, either "Men" or "Women".
|
20 |
|
21 |
|
22 |
"""
|