rzanoli commited on
Commit
0d0fe99
·
1 Parent(s): 0dd3537

Small changes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=100),
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.10,
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"