Omnibus commited on
Commit
7af5a4a
1 Parent(s): c3e7f91

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +1 -1
dl.py CHANGED
@@ -297,7 +297,7 @@ with gr.Blocks(css=css) as build:
297
  with gr.Tab("Space Info"):
298
  with gr.Row():
299
  with gr.Column(scale=3):
300
- space_runtime_json=gr.JSON()
301
  gr.Column(scale=1)
302
  with gr.Tab("Files"):
303
  with gr.Column(scale=1):
 
297
  with gr.Tab("Space Info"):
298
  with gr.Row():
299
  with gr.Column(scale=3):
300
+ space_info_json=gr.JSON()
301
  gr.Column(scale=1)
302
  with gr.Tab("Files"):
303
  with gr.Column(scale=1):