Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,7 +158,7 @@ CUSTOM_CSS = """
|
|
| 158 |
|
| 159 |
/* scrollable and taller table */
|
| 160 |
#leaderboard-table .dataframe-wrap {
|
| 161 |
-
max-height:
|
| 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=
|
| 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 |
|