Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,6 @@ def update_leaderboard(selected_methods, selected_metrics):
|
|
112 |
.apply(highlight_top5, axis=0) # green shades
|
113 |
.format(precision=4) # keep tidy numbers
|
114 |
)
|
115 |
-
styler['Method'] = styler['Method'].apply(format_method)
|
116 |
|
117 |
return styler
|
118 |
|
@@ -261,7 +260,6 @@ with block:
|
|
261 |
.apply(highlight_top5, axis=0) # green shades
|
262 |
.format(precision=4) # keep tidy numbers
|
263 |
)
|
264 |
-
styler['Method'] = styler['Method'].apply(format_method)
|
265 |
|
266 |
with gr.Row(show_progress=True, variant='panel'):
|
267 |
data_component = gr.Dataframe(
|
|
|
112 |
.apply(highlight_top5, axis=0) # green shades
|
113 |
.format(precision=4) # keep tidy numbers
|
114 |
)
|
|
|
115 |
|
116 |
return styler
|
117 |
|
|
|
260 |
.apply(highlight_top5, axis=0) # green shades
|
261 |
.format(precision=4) # keep tidy numbers
|
262 |
)
|
|
|
263 |
|
264 |
with gr.Row(show_progress=True, variant='panel'):
|
265 |
data_component = gr.Dataframe(
|