Omnibus commited on
Commit
dc0427f
1 Parent(s): a85d524

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +8 -2
dl.py CHANGED
@@ -17,8 +17,14 @@ css="""
17
  .wrap.svelte-vm32wk.svelte-vm32wk.svelte-vm32wk {
18
  display:block;
19
  }
20
- """
21
 
 
 
 
 
 
 
 
22
  def show_s(name,token):
23
  spaces=[]
24
  spaces.append("")
@@ -302,7 +308,7 @@ with gr.Blocks(css=css) as build:
302
  with gr.Row():
303
  with gr.Column(scale=1):
304
  with gr.Group():
305
- space_check=gr.CheckboxGroup(label="Spaces",choices=[])
306
  with gr.Column(scale=1):
307
  dl_checked_btn=gr.Button("Download Checked")
308
  with gr.Column(scale=2):
 
17
  .wrap.svelte-vm32wk.svelte-vm32wk.svelte-vm32wk {
18
  display:block;
19
  }
 
20
 
21
+ #my_checkbox{
22
+ display:block;
23
+ }
24
+ """
25
+ #.wrap.svelte-1k4wjf2.svelte-1k4wjf2.svelte-1k4wjf2{
26
+ #display:block;
27
+ #}
28
  def show_s(name,token):
29
  spaces=[]
30
  spaces.append("")
 
308
  with gr.Row():
309
  with gr.Column(scale=1):
310
  with gr.Group():
311
+ space_check=gr.CheckboxGroup(elem_id="my_checkbox",label="Spaces",choices=[])
312
  with gr.Column(scale=1):
313
  dl_checked_btn=gr.Button("Download Checked")
314
  with gr.Column(scale=2):