Spaces:
Running
Running
Revert "Bokeh figure - changed Y axis label"
Browse filesThis reverts commit 182ef2d8921154a4c40e6b9773519173b74956b3.
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}
|
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,
|