yaron123 commited on
Commit
8ed5555
·
1 Parent(s): f388e18
Files changed (1) hide show
  1. app.py +1 -1
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",