rzanoli commited on
Commit
396874f
·
1 Parent(s): 7b2afd4

Small changes: adjusted caption position slightly lower

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ def create_prompt_heatmap(dataframe):
319
  "the percentage of models for which a prompt achieved the top performance, with no prompt being best for all tasks.<br>"
320
  ),
321
  xref="paper", yref="paper",
322
- x=0.5, y=-0.25,
323
  showarrow=False,
324
  font=dict(size=11, color="gray", family="Arial"),
325
  align="center",
 
319
  "the percentage of models for which a prompt achieved the top performance, with no prompt being best for all tasks.<br>"
320
  ),
321
  xref="paper", yref="paper",
322
+ x=0.5, y=-0.30,
323
  showarrow=False,
324
  font=dict(size=11, color="gray", family="Arial"),
325
  align="center",