Spaces:
Sleeping
Sleeping
Update dl.py
Browse files
dl.py
CHANGED
|
@@ -379,11 +379,11 @@ with gr.Blocks(css=css) as build:
|
|
| 379 |
|
| 380 |
s_btn.click(show_s,[r_name,token],[s_name,space_radio,space_check])
|
| 381 |
l_btn.click(show_f,[r_name,s_name,token], [f_name, files,file_radio])
|
| 382 |
-
f_name.change(
|
| 383 |
|
| 384 |
#s_name.change(show_f,[r_name,s_name,token],[d_app,files])
|
| 385 |
space_radio.change(show_f,[r_name,space_radio,token],[f_name, files,file_radio,space_info_json])
|
| 386 |
-
file_radio.change(
|
| 387 |
|
| 388 |
pass_btn.click(checkp,pass_box,[no,yes])
|
| 389 |
#inbut.click(build_space,[token,t_name,s_type,m_type,r_type,d_app,d_css],output_html)
|
|
|
|
| 379 |
|
| 380 |
s_btn.click(show_s,[r_name,token],[s_name,space_radio,space_check])
|
| 381 |
l_btn.click(show_f,[r_name,s_name,token], [f_name, files,file_radio])
|
| 382 |
+
f_name.change(show_f_frame,[r_name,s_name,f_name],[file_frame])
|
| 383 |
|
| 384 |
#s_name.change(show_f,[r_name,s_name,token],[d_app,files])
|
| 385 |
space_radio.change(show_f,[r_name,space_radio,token],[f_name, files,file_radio,space_info_json])
|
| 386 |
+
file_radio.change(show_f_cont,[r_name,space_radio,file_radio,token],[file_contents])
|
| 387 |
|
| 388 |
pass_btn.click(checkp,pass_box,[no,yes])
|
| 389 |
#inbut.click(build_space,[token,t_name,s_type,m_type,r_type,d_app,d_css],output_html)
|