rzanoli commited on
Commit
132cb6a
·
1 Parent(s): ba4889e

Small changes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -194,7 +194,7 @@ def boxplot_prompts_per_task(dataframe, tasks=None):
194
  fig.update_layout(
195
  title="Average Prompt Accuracy vs Best Prompt Accuracy per Task",
196
  xaxis_title="Task",
197
- yaxis_title="Avg. Combined Performance ⬆️",
198
  barmode='group',
199
  template="plotly_white",
200
  font=dict(family="Arial", size=13),
@@ -254,7 +254,7 @@ def line_chart(dataframe):
254
  fig.update_layout(
255
  title="Avg. Combined Performance vs #Params",
256
  xaxis_title="#Params (B)",
257
- yaxis_title="Avg. Combined Performance ⬆️",
258
  template="plotly_white",
259
  hovermode="closest",
260
  dragmode=False
 
194
  fig.update_layout(
195
  title="Average Prompt Accuracy vs Best Prompt Accuracy per Task",
196
  xaxis_title="Task",
197
+ yaxis_title="Combined Performance",
198
  barmode='group',
199
  template="plotly_white",
200
  font=dict(family="Arial", size=13),
 
254
  fig.update_layout(
255
  title="Avg. Combined Performance vs #Params",
256
  xaxis_title="#Params (B)",
257
+ yaxis_title="Combined Performance",
258
  template="plotly_white",
259
  hovermode="closest",
260
  dragmode=False