Spaces:
Sleeping
Sleeping
Update dl.py
Browse files
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 |
-
|
|
|
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()
|