Spaces:
Runtime error
Runtime error
Commit
·
bbcd24f
1
Parent(s):
eb06eb9
Update collection creation options
Browse files
app.py
CHANGED
@@ -65,11 +65,11 @@ You can then edit the collection to your liking!</p>"""
|
|
65 |
with gr.Row():
|
66 |
private = gr.Checkbox(
|
67 |
False,
|
68 |
-
label="
|
69 |
)
|
70 |
overwrite = gr.Checkbox(
|
71 |
False,
|
72 |
-
label="Overwrite existing collection?",
|
73 |
)
|
74 |
submit_btn = gr.Button("Clone Collection")
|
75 |
response = gr.Markdown()
|
|
|
65 |
with gr.Row():
|
66 |
private = gr.Checkbox(
|
67 |
False,
|
68 |
+
label="Make new collection private?",
|
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()
|