Small changes
Browse files
app.py
CHANGED
|
@@ -102,6 +102,7 @@ def barplot_mean_few_minus_zero_shot(dataframe, tasks=None):
|
|
| 102 |
yaxis_title="Mean Delta Combined Performance",
|
| 103 |
template="plotly_white",
|
| 104 |
font=dict(family="Arial", size=13),
|
|
|
|
| 105 |
)
|
| 106 |
|
| 107 |
fig.add_annotation(
|
|
|
|
| 102 |
yaxis_title="Mean Delta Combined Performance",
|
| 103 |
template="plotly_white",
|
| 104 |
font=dict(family="Arial", size=13),
|
| 105 |
+
margin=dict(b=100)
|
| 106 |
)
|
| 107 |
|
| 108 |
fig.add_annotation(
|