q275343119 commited on
Commit
e277a64
·
1 Parent(s): 05ebe3d

add - init

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +7 -2
Dockerfile CHANGED
@@ -26,7 +26,7 @@ COPY app.py ./
26
  # 暴露 Streamlit 默认端口
27
  EXPOSE 8501
28
 
29
-
30
 
31
  # 设置环境变量
32
  ENV PYTHONPATH=/app
 
26
  # 暴露 Streamlit 默认端口
27
  EXPOSE 8501
28
 
29
+ ENV STREAMLIT_BROWSER_GATHER_USAGE_STATS=false
30
 
31
  # 设置环境变量
32
  ENV PYTHONPATH=/app
README.md CHANGED
@@ -1,12 +1,17 @@
1
  ---
2
- title: Docker Hello Work
3
  emoji: 🏆
4
  colorFrom: green
5
  colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
- short_description: docker_hello_work
10
  ---
11
 
 
 
 
 
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Docker Streamlit Rteb
3
  emoji: 🏆
4
  colorFrom: green
5
  colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
+ short_description: docker_streamlit_rteb
10
  ---
11
 
12
+ # 🚀 我的 Streamlit 应用
13
+
14
+ 这个 Space 是使用 Docker 部署的 Streamlit 应用。
15
+
16
+
17
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference