Spaces:
Runtime error
Runtime error
Commit
·
0be785e
1
Parent(s):
e925d44
Update HTML formatting in app.py
Browse files
app.py
CHANGED
@@ -35,10 +35,10 @@ title = (
|
|
35 |
|
36 |
with gr.Blocks() as demo:
|
37 |
gr.HTML(title)
|
38 |
-
gr.
|
39 |
-
"""<center>
|
40 |
-
This space allows you to clone a
|
41 |
-
You can then edit the collection to your liking!</
|
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(
|