ginipick commited on
Commit
85fa94e
Β·
verified Β·
1 Parent(s): 1c9a219

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -7
app.py CHANGED
@@ -481,11 +481,12 @@ def main():
481
  border: 1px solid #e2e8f0;
482
  margin: 10px 0;
483
  }
484
- .examples-section {
485
- background: #f8fafc;
486
- padding: 20px;
487
- border-radius: 15px;
488
- margin-top: 20px;
 
489
  }
490
  """
491
 
@@ -546,7 +547,7 @@ def main():
546
  )
547
 
548
  # 진행 μƒνƒœ
549
- with gr.Box():
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, elem_classes="examples-section"):
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
  [