Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -200,7 +200,7 @@ with gr.Blocks(css=css) as demo:
|
|
200 |
text = gr.Markdown(
|
201 |
"""
|
202 |
# Welcome to MagicQuill!
|
203 |
-
Click the [link](https://magicquill.art) to view our demo and tutorial.
|
204 |
""")
|
205 |
with gr.Row(elem_classes="row"):
|
206 |
ms = MagicQuill(theme="light")
|
|
|
200 |
text = gr.Markdown(
|
201 |
"""
|
202 |
# Welcome to MagicQuill!
|
203 |
+
Click the [link](https://magicquill.art) to view our demo and tutorial. Give us a [GitHub star](https://github.com/magic-quill/magicquill) if you are interested.
|
204 |
""")
|
205 |
with gr.Row(elem_classes="row"):
|
206 |
ms = MagicQuill(theme="light")
|