davanstrien HF staff commited on
Commit
7f2b4c3
1 Parent(s): bbcd24f

Update overwrite label for clone collection button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ You can then edit the collection to your liking!</p>"""
69
  )
70
  overwrite = gr.Checkbox(
71
  False,
72
- label="Overwrite existing collection with same slug?",
73
  )
74
  submit_btn = gr.Button("Clone Collection")
75
  response = gr.Markdown()
 
69
  )
70
  overwrite = gr.Checkbox(
71
  False,
72
+ label="Overwrite any collection with same slug as the destination?",
73
  )
74
  submit_btn = gr.Button("Clone Collection")
75
  response = gr.Markdown()