educrpg commited on
Commit
0ac914c
·
verified ·
1 Parent(s): 21ffb3d

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -6,7 +6,7 @@ import sys
6
  # ---- 1. pick a writable base dir (we'll stop using /app)
7
  BASE_DIR = Path("/tmp/gl_runtime")
8
  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)
 
6
  # ---- 1. pick a writable base dir (we'll stop using /app)
7
  BASE_DIR = Path("/tmp/gl_runtime")
8
  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)