Spaces:
Running
Running
zeel sheladiya
commited on
Commit
·
d9035e9
1
Parent(s):
35239f7
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ import random
|
|
4 |
|
5 |
data = pd.read_pickle("merged_all_table.pkl", compression='bz2')
|
6 |
|
7 |
-
home_team_id =
|
8 |
-
away_team_id =
|
9 |
|
10 |
|
11 |
def predict(*args):
|
|
|
4 |
|
5 |
data = pd.read_pickle("merged_all_table.pkl", compression='bz2')
|
6 |
|
7 |
+
home_team_id = data["home_team_api_id"].unique()
|
8 |
+
away_team_id = data["away_team_api_id"].unique()
|
9 |
|
10 |
|
11 |
def predict(*args):
|