Omnibus commited on
Commit
18afc1f
1 Parent(s): 965e13a

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +1 -1
dl.py CHANGED
@@ -259,7 +259,7 @@ with gr.Blocks() as build:
259
  m_t=gr.Textbox(max_lines=100)
260
  uu=gr.Textbox(visible=False)
261
  test_btn=gr.Button("test button")
262
- test_col = gr.Column()
263
 
264
  test_btn.click(pop_buttons,[r_name,s_name],test_col)
265
  show_all_btn1.click(show_all,[r_name,token],files)
 
259
  m_t=gr.Textbox(max_lines=100)
260
  uu=gr.Textbox(visible=False)
261
  test_btn=gr.Button("test button")
262
+ test_col = gr.Group()
263
 
264
  test_btn.click(pop_buttons,[r_name,s_name],test_col)
265
  show_all_btn1.click(show_all,[r_name,token],files)