Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -2
src/streamlit_app.py
CHANGED
|
@@ -23,8 +23,7 @@ from tenacity import retry, stop_after_attempt, wait_exponential
|
|
| 23 |
|
| 24 |
|
| 25 |
|
| 26 |
-
|
| 27 |
-
os.makedirs(os.environ["STREAMLIT_HOME"], exist_ok=True)
|
| 28 |
|
| 29 |
|
| 30 |
# Page configuration
|
|
|
|
| 23 |
|
| 24 |
|
| 25 |
|
| 26 |
+
|
|
|
|
| 27 |
|
| 28 |
|
| 29 |
# Page configuration
|