Omnibus commited on
Commit
f1c73b6
1 Parent(s): 2b77a21

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +11 -6
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=1):
289
- file_radio=gr.Radio(label="Files",choices=[])
290
- space_runtime_json=gr.JSON()
291
- space_info_json=gr.JSON()
292
- with gr.Column(scale=2):
293
- file_contents=gr.HTML()
 
 
 
 
 
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):