Update app.py
Browse files
app.py
CHANGED
@@ -363,11 +363,11 @@ div.svelte-1nguped {
|
|
363 |
color: #000000;
|
364 |
}
|
365 |
|
366 |
-
|
367 |
-
|
368 |
-
|
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"):
|