GCLing commited on
Commit
5c35c36
·
verified ·
1 Parent(s): abae343

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -1,7 +1,7 @@
1
  # ─────────────────────────────────────────────────────────────────────────────
2
  # src/streamlit_app.py
3
  # ─────────────────────────────────────────────────────────────────────────────
4
-
5
  os.environ["STREAMLIT_HOME"] = "/tmp/.streamlit"
6
  # 關閉 CORS、關掉使用者統計(可選)
7
  os.environ["STREAMLIT_SERVER_ENABLE_CORS"] = "false"
 
1
  # ─────────────────────────────────────────────────────────────────────────────
2
  # src/streamlit_app.py
3
  # ─────────────────────────────────────────────────────────────────────────────
4
+ import os
5
  os.environ["STREAMLIT_HOME"] = "/tmp/.streamlit"
6
  # 關閉 CORS、關掉使用者統計(可選)
7
  os.environ["STREAMLIT_SERVER_ENABLE_CORS"] = "false"