idolezal commited on
Commit
833a957
ยท
1 Parent(s): a6f409a

Revert "Bokeh figure - changed Y axis label"

Browse files

This reverts commit 182ef2d8921154a4c40e6b9773519173b74956b3.

Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -653,7 +653,7 @@ class LeaderboardServer:
653
  if category in (self.TASKS_CATEGORY_OVERALL, self.TASKS_CATEGORY_OVERALL_DETAILS):
654
  fig_y_axis_label = 'Overall Duel Win Score'
655
  else:
656
- fig_y_axis_label = f"{category} Performance"
657
 
658
  fig = create_scatter_plot_with_curve_with_variances_named(
659
  fig_y_axis_label,
 
653
  if category in (self.TASKS_CATEGORY_OVERALL, self.TASKS_CATEGORY_OVERALL_DETAILS):
654
  fig_y_axis_label = 'Overall Duel Win Score'
655
  else:
656
+ fig_y_axis_label = f"{category} Duel Win Score"
657
 
658
  fig = create_scatter_plot_with_curve_with_variances_named(
659
  fig_y_axis_label,