rzanoli commited on
Commit
9b06c44
·
1 Parent(s): 95ac6d4

Small changes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -154,8 +154,8 @@ def create_line_chart(dataframe):
154
 
155
  # Layout
156
  fig.update_layout(
157
- title="Average Performance vs #Params",
158
- xaxis_title="#Params (B)", yaxis_title="Average Performance",
159
  template="plotly_white", hovermode="closest",
160
  font=dict(family="Arial", size=10), dragmode=False,
161
  xaxis=dict(tickvals=[0, 25, 50, 75, 100, 125], ticktext=["0", "25", "50", "75", "100"]),
 
154
 
155
  # Layout
156
  fig.update_layout(
157
+ title="Average Combined Performance vs #Params",
158
+ xaxis_title="#Params (B)", yaxis_title="Average Combined Performance",
159
  template="plotly_white", hovermode="closest",
160
  font=dict(family="Arial", size=10), dragmode=False,
161
  xaxis=dict(tickvals=[0, 25, 50, 75, 100, 125], ticktext=["0", "25", "50", "75", "100"]),