Khachatur Mirijanyan
commited on
Commit
·
df399f2
1
Parent(s):
26b65b3
Slight default tables quotation marks change
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ DEFAULT_TABLES = [
|
|
10 |
'Active Players',
|
11 |
'Team_Per_Game_Statistics_2022_23',
|
12 |
'Team_Totals_Statistics_2022_23',
|
13 |
-
|
14 |
'Player_Per_Game_Statistics_2022_23'
|
15 |
]
|
16 |
|
|
|
10 |
'Active Players',
|
11 |
'Team_Per_Game_Statistics_2022_23',
|
12 |
'Team_Totals_Statistics_2022_23',
|
13 |
+
"Player_Total_Statistics_2022_23",
|
14 |
'Player_Per_Game_Statistics_2022_23'
|
15 |
]
|
16 |
|