davanstrien HF Staff commited on
Commit
58b98dc
·
1 Parent(s): f539398

Update source collection slug/URL input label.

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,7 +62,8 @@ You can then edit the collection to your liking!</p>"""
62
  with gr.Column():
63
  gr.Markdown("## Source Collection")
64
  source_slug = gr.Textbox(
65
- label="Source Collection Slug", placeholder="e.g. username/collection-slug"
 
66
  )
67
  gr.Markdown("## Destination Collection info")
68
  dest_namespace = gr.Textbox(
 
62
  with gr.Column():
63
  gr.Markdown("## Source Collection")
64
  source_slug = gr.Textbox(
65
+ label="Source Collection slug or URL",
66
+ placeholder="e.g. username/collection-slug",
67
  )
68
  gr.Markdown("## Destination Collection info")
69
  dest_namespace = gr.Textbox(