Omnibus commited on
Commit
c3e7f91
1 Parent(s): 59b6d7d

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +1 -0
dl.py CHANGED
@@ -328,6 +328,7 @@ with gr.Blocks(css=css) as build:
328
  with gr.Group():
329
  space_check=gr.CheckboxGroup(elem_id="my_checkbox",label="Spaces",choices=[])
330
  with gr.Column(scale=1):
 
331
  checkboxes=[]
332
  for i in range(max_checks):
333
  t = gr.CheckboxGroup(choices=["Delete","Private"],visible=False)
 
328
  with gr.Group():
329
  space_check=gr.CheckboxGroup(elem_id="my_checkbox",label="Spaces",choices=[])
330
  with gr.Column(scale=1):
331
+ max_checks=10
332
  checkboxes=[]
333
  for i in range(max_checks):
334
  t = gr.CheckboxGroup(choices=["Delete","Private"],visible=False)