Omnibus commited on
Commit
5a673de
·
1 Parent(s): 845f8f8

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +3 -3
dl.py CHANGED
@@ -138,9 +138,9 @@ with gr.Blocks() as build:
138
 
139
  show_all_btn.click(show_all,[r_name,token],files)
140
 
141
- s_btn.click(show_s,[r_name,token],s_name)
142
- s_name.change(show_f,[r_name,s_name,token],[d_app,files])
143
-
144
 
145
  pass_btn.click(checkp,pass_box,[no,yes])
146
  #inbut.click(build_space,[token,t_name,s_type,m_type,r_type,d_app,d_css],output_html)
 
138
 
139
  show_all_btn.click(show_all,[r_name,token],files)
140
 
141
+ #s_btn.click(show_s,[r_name,token],s_name)
142
+ #s_name.change(show_f,[r_name,s_name,token],[d_app,files])
143
+ s_btn.click(show_f,[r_name,s_name,token], [d_app, files])
144
 
145
  pass_btn.click(checkp,pass_box,[no,yes])
146
  #inbut.click(build_space,[token,t_name,s_type,m_type,r_type,d_app,d_css],output_html)