AbeJAbraham commited on
Commit
0cc21f4
·
verified ·
1 Parent(s): 74e4251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}'s competition for the year {arg1} is {years[arg1]}"
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}'''s competition for the year {arg1} is {years[arg1]}"
54
 
55
 
56
  @tool