style: adjust result table height for improved layout
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ with gr.Blocks(
|
|
| 67 |
css="""
|
| 68 |
.main-header {text-align:center; margin-bottom:4px}
|
| 69 |
.sub-header {text-align:center; color:#555; margin-top:0}
|
| 70 |
-
.result-table {height:
|
| 71 |
""",
|
| 72 |
) as demo:
|
| 73 |
gr.Markdown(
|
|
|
|
| 67 |
css="""
|
| 68 |
.main-header {text-align:center; margin-bottom:4px}
|
| 69 |
.sub-header {text-align:center; color:#555; margin-top:0}
|
| 70 |
+
.result-table {height: 120px; overflow-y: auto}
|
| 71 |
""",
|
| 72 |
) as demo:
|
| 73 |
gr.Markdown(
|