davanstrien HF staff commited on
Commit
e925d44
1 Parent(s): 6abc542

Update collection cloner description

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -31,13 +31,15 @@ def clone_collection(
31
  title = (
32
  """<h1 style='text-align: center;'> &#129516; Collection Cloner &#129516;</h1>"""
33
  )
34
- description = """<center>
35
- This space allows you to clone a [Collection](https://huggingface.co/docs/hub/collections) from the Hugging Face Hub into your own namespace.
36
- You can then edit the collection to your liking!</center>"""
37
 
38
  with gr.Blocks() as demo:
39
  gr.HTML(title)
40
- gr.Markdown(value=description)
 
 
 
 
41
  with gr.Row():
42
  token = gr.Textbox(
43
  label="Token",
 
31
  title = (
32
  """<h1 style='text-align: center;'> &#129516; Collection Cloner &#129516;</h1>"""
33
  )
34
+
 
 
35
 
36
  with gr.Blocks() as demo:
37
  gr.HTML(title)
38
+ gr.Markdown(
39
+ """<center>
40
+ This space allows you to clone a [Collection](https://huggingface.co/docs/hub/collections) from the Hugging Face Hub into your own namespace.
41
+ You can then edit the collection to your liking!</center>"""
42
+ )
43
  with gr.Row():
44
  token = gr.Textbox(
45
  label="Token",