gabcares commited on
Commit
65a336a
·
verified ·
1 Parent(s): 882649a

Update utils/config.py

Browse files
Files changed (1) hide show
  1. 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
- # ENV_PATH = Path("env/online.env")
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"