Spaces:
Sleeping
Sleeping
Update utils/config.py
Browse files- utils/config.py +1 -1
utils/config.py
CHANGED
@@ -8,7 +8,7 @@ from shiny.express import ui
|
|
8 |
|
9 |
# Paths
|
10 |
# ENV when using standalone shiny server, shiny for python runs from the root of the project
|
11 |
-
|
12 |
|
13 |
DATA = Path(__file__).parent.parent / "data/"
|
14 |
TEST_FILE = DATA / "Test.csv"
|
|
|
8 |
|
9 |
# Paths
|
10 |
# ENV when using standalone shiny server, shiny for python runs from the root of the project
|
11 |
+
ENV_PATH = Path("env/online.env")
|
12 |
|
13 |
DATA = Path(__file__).parent.parent / "data/"
|
14 |
TEST_FILE = DATA / "Test.csv"
|