AbeJAbraham commited on
Commit
29d8b63
·
verified ·
1 Parent(s): e1ca61b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -15,11 +15,10 @@ def scrape_wiki_fifa_winners(arg1: int, arg2: str) -> str:
15
  for the male and female soccer competitions.
16
 
17
  Args:
18
- arg1 (int): The year of the World Cup.
19
- arg2 (str): The competition category, either "Men" or "Women".
20
 
21
- Returns:
22
- str: The winner of the given category and year or an error message.
23
  """
24
 
25
  import requests
 
15
  for the male and female soccer competitions.
16
 
17
  Args:
18
+ arg1 : An integer representing the year of the World Cip.
19
+ arg2 : A string representing The competition category, either "Men" or "Women".
20
 
21
+
 
22
  """
23
 
24
  import requests