Small changes
Browse files
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"]),
|