Omnibus commited on
Commit
89b6f07
1 Parent(s): 4b9928f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Repo")
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=[])