Spaces:
Sleeping
Sleeping
Update dl.py
Browse files
dl.py
CHANGED
|
@@ -285,12 +285,17 @@ with gr.Blocks(css=css) as build:
|
|
| 285 |
with gr.Column(scale=1):
|
| 286 |
with gr.Group():
|
| 287 |
space_radio=gr.Radio(label="Spaces",choices=[])
|
| 288 |
-
with gr.Column(scale=
|
| 289 |
-
|
| 290 |
-
|
| 291 |
-
|
| 292 |
-
|
| 293 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 294 |
with gr.Tab("View 2"):
|
| 295 |
with gr.Row():
|
| 296 |
with gr.Column(scale=2):
|
|
|
|
| 285 |
with gr.Column(scale=1):
|
| 286 |
with gr.Group():
|
| 287 |
space_radio=gr.Radio(label="Spaces",choices=[])
|
| 288 |
+
with gr.Column(scale=3):
|
| 289 |
+
with gr.Tab("Space Info"):
|
| 290 |
+
with gr.Column(scale=1):
|
| 291 |
+
space_runtime_json=gr.JSON()
|
| 292 |
+
with gr.Column(scale=3):
|
| 293 |
+
space_info_json=gr.JSON()
|
| 294 |
+
with gr.Tab("Files"):
|
| 295 |
+
with gr.Column(scale=1):
|
| 296 |
+
file_radio=gr.Radio(label="Files",choices=[])
|
| 297 |
+
with gr.Column(scale=3):
|
| 298 |
+
file_contents=gr.HTML()
|
| 299 |
with gr.Tab("View 2"):
|
| 300 |
with gr.Row():
|
| 301 |
with gr.Column(scale=2):
|