ForzaJuve1 commited on
Commit
f28c4f8
1 Parent(s): 66d3aa6

Update Integration.py

Browse files
Files changed (1) hide show
  1. Integration.py +1 -1
Integration.py CHANGED
@@ -250,7 +250,7 @@ class Euro2020Dataset(GeneratorBasedBuilder):
250
  "Rank": Value("int64"),
251
  })),
252
  }),
253
- AwayTeamStats: Features({
254
  "attacking": Sequence(Features({
255
  "TeamID": Value("int64"),
256
  "TeamName": Value("string"),
 
250
  "Rank": Value("int64"),
251
  })),
252
  }),
253
+ "AwayTeamStats": Features({
254
  "attacking": Sequence(Features({
255
  "TeamID": Value("int64"),
256
  "TeamName": Value("string"),