Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ with gr.Blocks(css=css) as build:
|
|
199 |
sure_check=gr.Textbox(visible=False,value="")
|
200 |
'''
|
201 |
|
202 |
-
move_btn.click(move,[r_name,space_radio,dest,token])
|
203 |
s_btn.click(show_s,[r_name,token],[space_radio])
|
204 |
space_radio.change(show_f,[r_name,space_radio,token],[files,file_radio,space_info_json])
|
205 |
file_radio.change(show_f_cont,[r_name,space_radio,file_radio,token],[file_contents])
|
|
|
199 |
sure_check=gr.Textbox(visible=False,value="")
|
200 |
'''
|
201 |
|
202 |
+
move_btn.click(move,[r_name,space_radio,dest,token]).then(show_s,[r_name,token],[space_radio])
|
203 |
s_btn.click(show_s,[r_name,token],[space_radio])
|
204 |
space_radio.change(show_f,[r_name,space_radio,token],[files,file_radio,space_info_json])
|
205 |
file_radio.change(show_f_cont,[r_name,space_radio,file_radio,token],[file_contents])
|