Update app.py
Browse files
app.py
CHANGED
@@ -368,6 +368,11 @@ div.svelte-1nguped {
|
|
368 |
padding-bottom: 0px !important;
|
369 |
}
|
370 |
|
|
|
|
|
|
|
|
|
|
|
371 |
"""
|
372 |
|
373 |
guide = """> ### 저작권 및 유의사항 안내
|
@@ -428,7 +433,7 @@ with gr.Blocks(css=css, fill_width=True) as demo:
|
|
428 |
with gr.Column(scale=11):
|
429 |
kpi_table3 = gr.HTML(label="SBERT-jhgan 결과")
|
430 |
|
431 |
-
with gr.Row():
|
432 |
gr.Column(scale=2)
|
433 |
select_button = gr.Button("All")
|
434 |
download_button = gr.Button("Download")
|
|
|
368 |
padding-bottom: 0px !important;
|
369 |
}
|
370 |
|
371 |
+
.no-margine-top {
|
372 |
+
margin-top: 0px !important;
|
373 |
+
padding-top: 0px !important;
|
374 |
+
}
|
375 |
+
|
376 |
"""
|
377 |
|
378 |
guide = """> ### 저작권 및 유의사항 안내
|
|
|
433 |
with gr.Column(scale=11):
|
434 |
kpi_table3 = gr.HTML(label="SBERT-jhgan 결과")
|
435 |
|
436 |
+
with gr.Row(elem_classes="no-margine-top"):
|
437 |
gr.Column(scale=2)
|
438 |
select_button = gr.Button("All")
|
439 |
download_button = gr.Button("Download")
|