davanstrien HF staff commited on
Commit
0be785e
1 Parent(s): e925d44

Update HTML formatting in app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -35,10 +35,10 @@ title = (
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(
 
35
 
36
  with gr.Blocks() as demo:
37
  gr.HTML(title)
38
+ gr.HTML(
39
+ """<p style='text-align: center;'>
40
+ This space allows you to clone a <a href="https://huggingface.co/docs/hub/collections">Collection</a> from the Hugging Face Hub into your own namespace.
41
+ You can then edit the collection to your liking!</p>"""
42
  )
43
  with gr.Row():
44
  token = gr.Textbox(