Omnibus commited on
Commit
56a2bbd
·
1 Parent(s): 9ed8cf8

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +2 -1
dl.py CHANGED
@@ -257,7 +257,8 @@ with gr.Blocks() as build:
257
  uu=gr.Textbox(visible=False)
258
  with gr.Row():
259
  with gr.Column():
260
- space_radio=gr.Radio(label="Spaces",min_width=300,choices=[])
 
261
  with gr.Column():
262
  file_radio=gr.Radio(label="Files",choices=[])
263
  gr.Column()
 
257
  uu=gr.Textbox(visible=False)
258
  with gr.Row():
259
  with gr.Column():
260
+ with gr.Group():
261
+ space_radio=gr.Radio(label="Spaces",choices=[])
262
  with gr.Column():
263
  file_radio=gr.Radio(label="Files",choices=[])
264
  gr.Column()