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