AreejMehboob commited on
Commit
aea02ba
·
verified ·
1 Parent(s): 1e0295f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -1
src/streamlit_app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os, types, streamlit as st
2
-
 
3
  # Fetch the hidden code from env var
4
  app_code = os.environ.get("APP_CODE", "")
5
 
 
1
  import os, types, streamlit as st
2
+ import os
3
+ os.environ['STREAMLIT_CONFIG_DIR'] = '/tmp/.streamlit'
4
  # Fetch the hidden code from env var
5
  app_code = os.environ.get("APP_CODE", "")
6