Spaces:
Sleeping
Sleeping
commit
Browse files
app.py
CHANGED
@@ -650,7 +650,7 @@ if __name__ == "__main__":
|
|
650 |
gr.Markdown(f"""
|
651 |
# Song Cover Image Generator
|
652 |
""")
|
653 |
-
gr.Row():
|
654 |
with gr.Column(scale=2):
|
655 |
artist = gr.Textbox(
|
656 |
placeholder="Artist name",
|
|
|
650 |
gr.Markdown(f"""
|
651 |
# Song Cover Image Generator
|
652 |
""")
|
653 |
+
with gr.Row():
|
654 |
with gr.Column(scale=2):
|
655 |
artist = gr.Textbox(
|
656 |
placeholder="Artist name",
|