Spaces:
Running
on
Zero
Running
on
Zero
azhan77168
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks(css=css) as demo:
|
|
203 |
text = gr.Markdown(
|
204 |
"""
|
205 |
# Welcome to MagicQuill!
|
206 |
-
|
207 |
""")
|
208 |
with gr.Row(elem_classes="row"):
|
209 |
ms = MagicQuill(theme="light")
|
|
|
203 |
text = gr.Markdown(
|
204 |
"""
|
205 |
# Welcome to MagicQuill!
|
206 |
+
Thank you to the developers for their contributions. Give a [GitHub star](https://github.com/magic-quill/magicquill)
|
207 |
""")
|
208 |
with gr.Row(elem_classes="row"):
|
209 |
ms = MagicQuill(theme="light")
|