Spaces:
Sleeping
Sleeping
Youngsun Lim
commited on
Commit
·
a3d46b5
1
Parent(s):
b843170
dataset update
Browse files
app.py
CHANGED
|
@@ -518,8 +518,12 @@ html, body, #root, .gradio-container {
|
|
| 518 |
box-shadow: none !important;
|
| 519 |
}
|
| 520 |
#eval .gr-form, #eval .gr-panel { background: transparent !important; box-shadow:none !important; border:none !important; }
|
|
|
|
|
|
|
|
|
|
| 521 |
"""
|
| 522 |
|
|
|
|
| 523 |
# -------------------- UI --------------------
|
| 524 |
with gr.Blocks(css=GLOBAL_CSS) as demo:
|
| 525 |
gr.HTML("""
|
|
|
|
| 518 |
box-shadow: none !important;
|
| 519 |
}
|
| 520 |
#eval .gr-form, #eval .gr-panel { background: transparent !important; box-shadow:none !important; border:none !important; }
|
| 521 |
+
.gradio-container .h-screen,
|
| 522 |
+
.gradio-container .min-h-screen { height: auto !important; min-height: auto !important; }
|
| 523 |
+
.gradio-container .overflow-hidden { overflow: visible !important; }
|
| 524 |
"""
|
| 525 |
|
| 526 |
+
|
| 527 |
# -------------------- UI --------------------
|
| 528 |
with gr.Blocks(css=GLOBAL_CSS) as demo:
|
| 529 |
gr.HTML("""
|