Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks(css=css) as build:
|
|
184 |
with gr.Tab("Move"):
|
185 |
with gr.Row():
|
186 |
dest=gr.Textbox(label="Destination")
|
187 |
-
move_btn=gr.Button("Move
|
188 |
with gr.Row():
|
189 |
with gr.Column():
|
190 |
save_list=gr.Radio(label="Protected",choices=[])
|
|
|
184 |
with gr.Tab("Move"):
|
185 |
with gr.Row():
|
186 |
dest=gr.Textbox(label="Destination")
|
187 |
+
move_btn=gr.Button("Move Space")
|
188 |
with gr.Row():
|
189 |
with gr.Column():
|
190 |
save_list=gr.Radio(label="Protected",choices=[])
|