awacke1 commited on
Commit
4071758
1 Parent(s): dc0e4d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -30
app.py CHANGED
@@ -3,7 +3,9 @@ import streamlit as st
3
 
4
  st.markdown("""
5
 
6
- ```
 
 
7
  https://huggingface.co/spaces/DockerTemplates/streamlit-docker-example/tree/main
8
 
9
  # Dockerfile:
@@ -74,13 +76,13 @@ st.map(filtered_data)
74
  streamlit
75
  numpy
76
  pandas
77
- ```
 
78
 
79
  # 2. Gradio Docker Example
80
 
81
  https://huggingface.co/spaces/sayakpaul/demo-docker-gradio/blob/main/Dockerfile
82
 
83
- ```
84
  # Dockerfile:
85
 
86
  # read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
@@ -151,31 +153,4 @@ torch
151
  torchvision
152
  requests
153
 
154
- ```
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
- ```
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
  """)
 
3
 
4
  st.markdown("""
5
 
6
+
7
+ # 2. Streamlit Docker Example
8
+
9
  https://huggingface.co/spaces/DockerTemplates/streamlit-docker-example/tree/main
10
 
11
  # Dockerfile:
 
76
  streamlit
77
  numpy
78
  pandas
79
+
80
+
81
 
82
  # 2. Gradio Docker Example
83
 
84
  https://huggingface.co/spaces/sayakpaul/demo-docker-gradio/blob/main/Dockerfile
85
 
 
86
  # Dockerfile:
87
 
88
  # read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
 
153
  torchvision
154
  requests
155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  """)