Spaces:
Running
Running
tracinginsights
commited on
Commit
•
9e1b4c6
1
Parent(s):
9681280
Update pages/Championship_Standings.py
Browse files
pages/Championship_Standings.py
CHANGED
@@ -7,7 +7,7 @@ import numpy as np
|
|
7 |
# select year
|
8 |
YEAR = st.selectbox(
|
9 |
'Select Year',
|
10 |
-
list(np.arange(1950,
|
11 |
)
|
12 |
|
13 |
df = Championship_Standings.get_results(YEAR)
|
|
|
7 |
# select year
|
8 |
YEAR = st.selectbox(
|
9 |
'Select Year',
|
10 |
+
list(np.arange(1950,2023))[::-1]
|
11 |
)
|
12 |
|
13 |
df = Championship_Standings.get_results(YEAR)
|