idolezal commited on
Commit
48f1910
1 Parent(s): b3fda42

Try to highlight wins

Browse files
Files changed (1) hide show
  1. server.py +1 -1
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):