Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -481,11 +481,12 @@ def main():
|
|
| 481 |
border: 1px solid #e2e8f0;
|
| 482 |
margin: 10px 0;
|
| 483 |
}
|
| 484 |
-
.
|
| 485 |
-
background: #
|
| 486 |
-
padding:
|
| 487 |
-
border-radius:
|
| 488 |
-
margin-top:
|
|
|
|
| 489 |
}
|
| 490 |
"""
|
| 491 |
|
|
@@ -546,7 +547,7 @@ def main():
|
|
| 546 |
)
|
| 547 |
|
| 548 |
# μ§ν μν
|
| 549 |
-
with gr.
|
| 550 |
gr.Markdown("### π Generation Status")
|
| 551 |
num_segments = gr.Number(
|
| 552 |
label="Song Segments",
|
|
@@ -562,7 +563,7 @@ def main():
|
|
| 562 |
)
|
| 563 |
|
| 564 |
# μμ μΉμ
|
| 565 |
-
with gr.Accordion("π Examples", open=False
|
| 566 |
gr.Examples(
|
| 567 |
examples=[
|
| 568 |
[
|
|
|
|
| 481 |
border: 1px solid #e2e8f0;
|
| 482 |
margin: 10px 0;
|
| 483 |
}
|
| 484 |
+
.status-section {
|
| 485 |
+
background: #fff;
|
| 486 |
+
padding: 15px;
|
| 487 |
+
border-radius: 10px;
|
| 488 |
+
margin-top: 15px;
|
| 489 |
+
border: 1px solid #e2e8f0;
|
| 490 |
}
|
| 491 |
"""
|
| 492 |
|
|
|
|
| 547 |
)
|
| 548 |
|
| 549 |
# μ§ν μν
|
| 550 |
+
with gr.Group(elem_classes="status-section"):
|
| 551 |
gr.Markdown("### π Generation Status")
|
| 552 |
num_segments = gr.Number(
|
| 553 |
label="Song Segments",
|
|
|
|
| 563 |
)
|
| 564 |
|
| 565 |
# μμ μΉμ
|
| 566 |
+
with gr.Accordion("π Examples", open=False):
|
| 567 |
gr.Examples(
|
| 568 |
examples=[
|
| 569 |
[
|