Spaces:
Running
Running
Bokeh figure - changed Y axis label
Browse files
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}
|
| 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,
|