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