MySafeCode commited on
Commit
cfec513
·
verified ·
1 Parent(s): af6741c

Update a.py

Browse files
Files changed (1) hide show
  1. a.py +1 -1
a.py CHANGED
@@ -380,7 +380,7 @@ with gr.Blocks(title="Suno Cover Creator", theme=gr.themes.Soft(), css=css) as a
380
  with gr.Row():
381
  gr.Markdown(f"""
382
  <div class="{api_status_class}" style="padding: 10px; border-radius: 5px; text-align: center;">
383
- {api_status_color} |
384
  </div>
385
  """)
386
 
 
380
  with gr.Row():
381
  gr.Markdown(f"""
382
  <div class="{api_status_class}" style="padding: 10px; border-radius: 5px; text-align: center;">
383
+ {api_status_color}
384
  </div>
385
  """)
386