idolezal commited on
Commit
182ef2d
ยท
1 Parent(s): 661701a

Bokeh figure - changed Y axis label

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