educrpg commited on
Commit
afee34c
·
verified ·
1 Parent(s): 1c1ff70

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -9,7 +9,7 @@ STREAMLIT_DIR = BASE_DIR / ".streamlit"
9
  REPO_TARGET = BASE_DIR / "gl"
10
 
11
  # ensure the base dir exists
12
- BASE_DIR.mkdir(parents=True, exist_ok=True)
13
  STREAMLIT_DIR.mkdir(parents=True, exist_ok=True)
14
 
15
  # ---- 2. tell Streamlit to treat /tmp/... as "home"
 
9
  REPO_TARGET = BASE_DIR / "gl"
10
 
11
  # ensure the base dir exists
12
+ BASE_DIR.mkdir(parents=True, exist_ok=True)
13
  STREAMLIT_DIR.mkdir(parents=True, exist_ok=True)
14
 
15
  # ---- 2. tell Streamlit to treat /tmp/... as "home"