Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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)
|