Spaces:
Paused
Paused
Update a.py
Browse files
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 |
|