mgyigit commited on
Commit
cea921a
·
verified ·
1 Parent(s): 58b563f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -158,7 +158,7 @@ CUSTOM_CSS = """
158
 
159
  /* scrollable and taller table */
160
  #leaderboard-table .dataframe-wrap {
161
- max-height: 600px;
162
  overflow-y: auto;
163
  overflow-x: auto;
164
  }
@@ -181,7 +181,7 @@ with block:
181
  gr.Image(
182
  value="./src/data/PROBE_workflow_figure.jpg",
183
  show_label=False,
184
- height=150,
185
  container=False,
186
  )
187
 
 
158
 
159
  /* scrollable and taller table */
160
  #leaderboard-table .dataframe-wrap {
161
+ max-height: 1200px;
162
  overflow-y: auto;
163
  overflow-x: auto;
164
  }
 
181
  gr.Image(
182
  value="./src/data/PROBE_workflow_figure.jpg",
183
  show_label=False,
184
+ height=1000,
185
  container=False,
186
  )
187