Small changes
Browse files
app.py
CHANGED
|
@@ -184,7 +184,7 @@ def boxplot_per_task(dataframe=None, baselines=None):
|
|
| 184 |
boxmode="group",
|
| 185 |
dragmode=False,
|
| 186 |
font=dict(family="Arial", size=10),
|
| 187 |
-
margin=dict(b=
|
| 188 |
)
|
| 189 |
|
| 190 |
fig.add_annotation(
|
|
@@ -193,7 +193,7 @@ def boxplot_per_task(dataframe=None, baselines=None):
|
|
| 193 |
"methods at EVALITA (dashed line); in NER and REL they remain much lower. "
|
| 194 |
),
|
| 195 |
xref="paper", yref="paper",
|
| 196 |
-
x=0.5, y=-0.
|
| 197 |
showarrow=False,
|
| 198 |
font=dict(size=12, color="gray"),
|
| 199 |
align="left"
|
|
|
|
| 184 |
boxmode="group",
|
| 185 |
dragmode=False,
|
| 186 |
font=dict(family="Arial", size=10),
|
| 187 |
+
margin=dict(b=80),
|
| 188 |
)
|
| 189 |
|
| 190 |
fig.add_annotation(
|
|
|
|
| 193 |
"methods at EVALITA (dashed line); in NER and REL they remain much lower. "
|
| 194 |
),
|
| 195 |
xref="paper", yref="paper",
|
| 196 |
+
x=0.5, y=-0.20,
|
| 197 |
showarrow=False,
|
| 198 |
font=dict(size=12, color="gray"),
|
| 199 |
align="left"
|