cnp-ai commited on
Commit
1d37289
·
verified ·
1 Parent(s): 0cf36ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -363,11 +363,11 @@ div.svelte-1nguped {
363
  color: #000000;
364
  }
365
 
366
- /* 그룹과 row 사이 여백 줄이기 */
367
- .svelte-1ipelgc > .svelte-1ipelgc {
368
- margin-top: 0px !important;
369
- padding-top: 0px !important;
370
  }
 
371
  """
372
 
373
  guide = """> ### 저작권 및 유의사항 안내
@@ -405,7 +405,7 @@ with gr.Blocks(css=css, fill_width=True) as demo:
405
  copyright = gr.Markdown(guide, visible=True, elem_classes="custom-markdown")
406
 
407
  with gr.Column(visible=False) as output_area:
408
- with gr.Group():
409
  with gr.Row():
410
  with gr.Group():
411
  with gr.Tab("BGE"):
 
363
  color: #000000;
364
  }
365
 
366
+ .my_group {
367
+ margin-bottom: 0px !important;
368
+ padding-bottom: 0px !important;
 
369
  }
370
+
371
  """
372
 
373
  guide = """> ### 저작권 및 유의사항 안내
 
405
  copyright = gr.Markdown(guide, visible=True, elem_classes="custom-markdown")
406
 
407
  with gr.Column(visible=False) as output_area:
408
+ with gr.Group(elem_classes="my_group"):
409
  with gr.Row():
410
  with gr.Group():
411
  with gr.Tab("BGE"):