Samll changes
Browse files
app.py
CHANGED
|
@@ -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"
|
|
|
|
| 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.30,
|
| 197 |
showarrow=False,
|
| 198 |
font=dict(size=12, color="gray"),
|
| 199 |
align="left"
|