Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def scrape_wiki_fifa_winners(arg1:int, arg2:str)-> str: #it's import to specify
|
|
50 |
return f" Invalid Year"
|
51 |
#print(f"\n{category} World Cup Winners:")
|
52 |
|
53 |
-
return f" The winner of the {arg2}
|
54 |
|
55 |
|
56 |
@tool
|
|
|
50 |
return f" Invalid Year"
|
51 |
#print(f"\n{category} World Cup Winners:")
|
52 |
|
53 |
+
return f" The winner of the {arg2} competition for the year {arg1} is {years[arg1]}"
|
54 |
|
55 |
|
56 |
@tool
|