Spaces:
Runtime error
Runtime error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
import os
|
| 4 |
|
| 5 |
-
# Set a safe HOME directory for Streamlit to write to
|
| 6 |
os.environ["HOME"] = "/tmp"
|
| 7 |
os.environ["STREAMLIT_CONFIG_DIR"] = "/tmp/.streamlit"
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
import os
|
| 4 |
|
| 5 |
+
# Set a safe HOME directory for Streamlit to write to, if needed
|
| 6 |
os.environ["HOME"] = "/tmp"
|
| 7 |
os.environ["STREAMLIT_CONFIG_DIR"] = "/tmp/.streamlit"
|
| 8 |
|