celik-muhammed commited on
Commit
efe6f60
·
verified ·
1 Parent(s): 12adf40

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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