Spaces:
Sleeping
Sleeping
Jon Solow
commited on
Commit
·
47ff7ec
1
Parent(s):
b0bf07f
Set to season mode
Browse files- src/page_selector.py +2 -1
src/page_selector.py
CHANGED
@@ -6,7 +6,7 @@ from streamlit.source_util import _on_pages_changed, get_pages
|
|
6 |
SEASON_MODE = "season"
|
7 |
OFFSEASON_MODE = "offseason"
|
8 |
|
9 |
-
CURRENT_MODE =
|
10 |
|
11 |
MAIN_PAGE_FILE = "Home.py"
|
12 |
|
@@ -15,6 +15,7 @@ MODE_PAGE_EXCLUSION_MAP = {
|
|
15 |
"Keepers",
|
16 |
"My_Keepers",
|
17 |
"Selected_Keepers",
|
|
|
18 |
"ECR",
|
19 |
"League_Simulation",
|
20 |
"Keeper_Rules",
|
|
|
6 |
SEASON_MODE = "season"
|
7 |
OFFSEASON_MODE = "offseason"
|
8 |
|
9 |
+
CURRENT_MODE = SEASON_MODE
|
10 |
|
11 |
MAIN_PAGE_FILE = "Home.py"
|
12 |
|
|
|
15 |
"Keepers",
|
16 |
"My_Keepers",
|
17 |
"Selected_Keepers",
|
18 |
+
"Draft_View",
|
19 |
"ECR",
|
20 |
"League_Simulation",
|
21 |
"Keeper_Rules",
|