Kimty commited on
Commit
29c8e57
·
1 Parent(s): e10b362

style: adjust result table height for improved layout

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 300px; overflow-y: auto}
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(