Update app.py
Browse files
app.py
CHANGED
@@ -363,23 +363,14 @@ div.svelte-1nguped {
|
|
363 |
color: #000000;
|
364 |
}
|
365 |
|
366 |
-
.
|
367 |
margin-bottom: 0px !important;
|
368 |
padding-bottom: 0px !important;
|
369 |
-
gap: 0px !important;
|
370 |
-
}
|
371 |
-
|
372 |
-
.no-margine-top {
|
373 |
margin-top: 0px !important;
|
374 |
padding-top: 0px !important;
|
375 |
gap: 0px !important;
|
376 |
}
|
377 |
|
378 |
-
button {
|
379 |
-
margin: 0 !important;
|
380 |
-
padding: 2px 4px !important; /* 예: 상하 2px, 좌우 4px */
|
381 |
-
}
|
382 |
-
|
383 |
"""
|
384 |
|
385 |
guide = """> ### 저작권 및 유의사항 안내
|
@@ -416,7 +407,7 @@ with gr.Blocks(css=css, fill_width=True) as demo:
|
|
416 |
|
417 |
copyright = gr.Markdown(guide, visible=True, elem_classes="custom-markdown")
|
418 |
|
419 |
-
with gr.Column(visible=False) as output_area:
|
420 |
with gr.Group():
|
421 |
with gr.Row():
|
422 |
with gr.Group():
|
|
|
363 |
color: #000000;
|
364 |
}
|
365 |
|
366 |
+
.no-margine {
|
367 |
margin-bottom: 0px !important;
|
368 |
padding-bottom: 0px !important;
|
|
|
|
|
|
|
|
|
369 |
margin-top: 0px !important;
|
370 |
padding-top: 0px !important;
|
371 |
gap: 0px !important;
|
372 |
}
|
373 |
|
|
|
|
|
|
|
|
|
|
|
374 |
"""
|
375 |
|
376 |
guide = """> ### 저작권 및 유의사항 안내
|
|
|
407 |
|
408 |
copyright = gr.Markdown(guide, visible=True, elem_classes="custom-markdown")
|
409 |
|
410 |
+
with gr.Column(visible=False, elem_classes="no-margine") as output_area:
|
411 |
with gr.Group():
|
412 |
with gr.Row():
|
413 |
with gr.Group():
|