Omnibus commited on
Commit
32b6e6e
1 Parent(s): 53eca1a

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +2 -1
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.Row():
 
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")