Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# === app.py ===
|
| 2 |
|
| 3 |
import os
|
| 4 |
-
os.environ["STREAMLIT_HOME"] = "/pp/.streamlit" # folder inside container with write permissions
|
| 5 |
|
| 6 |
|
| 7 |
import streamlit as st
|
|
|
|
| 1 |
# === app.py ===
|
| 2 |
|
| 3 |
import os
|
| 4 |
+
# os.environ["STREAMLIT_HOME"] = "/pp/.streamlit" # folder inside container with write permissions
|
| 5 |
|
| 6 |
|
| 7 |
import streamlit as st
|