Spaces:
Sleeping
Sleeping
Try to highlight wins
Browse files
server.py
CHANGED
|
@@ -224,7 +224,7 @@ class LeaderboardServer:
|
|
| 224 |
|
| 225 |
def _model_tournament_table_style_pipe(self, styler):
|
| 226 |
styler.format(self._model_tournament_table_format)
|
| 227 |
-
styler.highlight_max(color='lightgreen', axis=None)
|
| 228 |
return styler
|
| 229 |
|
| 230 |
def get_model_tournament_table(self, submission_id, category):
|
|
|
|
| 224 |
|
| 225 |
def _model_tournament_table_style_pipe(self, styler):
|
| 226 |
styler.format(self._model_tournament_table_format)
|
| 227 |
+
#styler.highlight_max(color='lightgreen', axis=None)
|
| 228 |
return styler
|
| 229 |
|
| 230 |
def get_model_tournament_table(self, submission_id, category):
|