Spaces:
Runtime error
Runtime error
Commit
•
7f2b4c3
1
Parent(s):
bbcd24f
Update overwrite label for clone collection button
Browse files
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
|
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()
|