Spaces:
Running
Running
Update dl.py
Browse files
dl.py
CHANGED
@@ -260,7 +260,8 @@ with gr.Blocks() as build:
|
|
260 |
with gr.Row():
|
261 |
show_all_btn1 = gr.Button("Load All 1")
|
262 |
show_all_btn2 = gr.Button("Load All 2")
|
263 |
-
with gr.
|
|
|
264 |
r_h=gr.HTML()
|
265 |
with gr.Column(scale=1):
|
266 |
files=gr.File(file_count="directory")
|
|
|
260 |
with gr.Row():
|
261 |
show_all_btn1 = gr.Button("Load All 1")
|
262 |
show_all_btn2 = gr.Button("Load All 2")
|
263 |
+
with gr.Box():
|
264 |
+
|
265 |
r_h=gr.HTML()
|
266 |
with gr.Column(scale=1):
|
267 |
files=gr.File(file_count="directory")
|