Spaces:
Running
Running
Update support_docs.py
Browse files- support_docs.py +11 -11
support_docs.py
CHANGED
@@ -112,7 +112,7 @@ def create_support_docs():
|
|
112 |
label="Preview Interface",
|
113 |
show_label=True,
|
114 |
interactive=False,
|
115 |
-
width=
|
116 |
container=False
|
117 |
)
|
118 |
|
@@ -137,7 +137,7 @@ def create_support_docs():
|
|
137 |
label="Deployment Package Ready",
|
138 |
show_label=True,
|
139 |
interactive=False,
|
140 |
-
width=
|
141 |
container=False
|
142 |
)
|
143 |
|
@@ -156,7 +156,7 @@ def create_support_docs():
|
|
156 |
label="Space Creation Form",
|
157 |
show_label=True,
|
158 |
interactive=False,
|
159 |
-
width=
|
160 |
container=False
|
161 |
)
|
162 |
|
@@ -166,7 +166,7 @@ def create_support_docs():
|
|
166 |
label="Hardware Selection",
|
167 |
show_label=True,
|
168 |
interactive=False,
|
169 |
-
width=
|
170 |
container=False
|
171 |
)
|
172 |
|
@@ -186,7 +186,7 @@ def create_support_docs():
|
|
186 |
label="File Upload",
|
187 |
show_label=True,
|
188 |
interactive=False,
|
189 |
-
width=
|
190 |
container=False
|
191 |
)
|
192 |
|
@@ -196,7 +196,7 @@ def create_support_docs():
|
|
196 |
label="Ready to Commit",
|
197 |
show_label=True,
|
198 |
interactive=False,
|
199 |
-
width=
|
200 |
container=False
|
201 |
)
|
202 |
|
@@ -206,7 +206,7 @@ def create_support_docs():
|
|
206 |
label="Files After Upload",
|
207 |
show_label=True,
|
208 |
interactive=False,
|
209 |
-
width=
|
210 |
container=False
|
211 |
)
|
212 |
|
@@ -226,7 +226,7 @@ def create_support_docs():
|
|
226 |
label="Navigating to Settings",
|
227 |
show_label=True,
|
228 |
interactive=False,
|
229 |
-
width=
|
230 |
container=False
|
231 |
)
|
232 |
|
@@ -236,7 +236,7 @@ def create_support_docs():
|
|
236 |
label="API Key Secret Configuration",
|
237 |
show_label=True,
|
238 |
interactive=False,
|
239 |
-
width=
|
240 |
container=False
|
241 |
)
|
242 |
|
@@ -260,7 +260,7 @@ def create_support_docs():
|
|
260 |
label="Build Process",
|
261 |
show_label=True,
|
262 |
interactive=False,
|
263 |
-
width=
|
264 |
container=False
|
265 |
)
|
266 |
with gr.Column(scale=1):
|
@@ -269,7 +269,7 @@ def create_support_docs():
|
|
269 |
label="Successful Configuration",
|
270 |
show_label=True,
|
271 |
interactive=False,
|
272 |
-
width=
|
273 |
container=False
|
274 |
)
|
275 |
|
|
|
112 |
label="Preview Interface",
|
113 |
show_label=True,
|
114 |
interactive=False,
|
115 |
+
width=600,
|
116 |
container=False
|
117 |
)
|
118 |
|
|
|
137 |
label="Deployment Package Ready",
|
138 |
show_label=True,
|
139 |
interactive=False,
|
140 |
+
width=600,
|
141 |
container=False
|
142 |
)
|
143 |
|
|
|
156 |
label="Space Creation Form",
|
157 |
show_label=True,
|
158 |
interactive=False,
|
159 |
+
width=600,
|
160 |
container=False
|
161 |
)
|
162 |
|
|
|
166 |
label="Hardware Selection",
|
167 |
show_label=True,
|
168 |
interactive=False,
|
169 |
+
width=600,
|
170 |
container=False
|
171 |
)
|
172 |
|
|
|
186 |
label="File Upload",
|
187 |
show_label=True,
|
188 |
interactive=False,
|
189 |
+
width=600,
|
190 |
container=False
|
191 |
)
|
192 |
|
|
|
196 |
label="Ready to Commit",
|
197 |
show_label=True,
|
198 |
interactive=False,
|
199 |
+
width=600,
|
200 |
container=False
|
201 |
)
|
202 |
|
|
|
206 |
label="Files After Upload",
|
207 |
show_label=True,
|
208 |
interactive=False,
|
209 |
+
width=600,
|
210 |
container=False
|
211 |
)
|
212 |
|
|
|
226 |
label="Navigating to Settings",
|
227 |
show_label=True,
|
228 |
interactive=False,
|
229 |
+
width=600,
|
230 |
container=False
|
231 |
)
|
232 |
|
|
|
236 |
label="API Key Secret Configuration",
|
237 |
show_label=True,
|
238 |
interactive=False,
|
239 |
+
width=600,
|
240 |
container=False
|
241 |
)
|
242 |
|
|
|
260 |
label="Build Process",
|
261 |
show_label=True,
|
262 |
interactive=False,
|
263 |
+
width=600,
|
264 |
container=False
|
265 |
)
|
266 |
with gr.Column(scale=1):
|
|
|
269 |
label="Successful Configuration",
|
270 |
show_label=True,
|
271 |
interactive=False,
|
272 |
+
width=600,
|
273 |
container=False
|
274 |
)
|
275 |
|