Small changes: adjusted caption position slightly lower
Browse files
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.
|
| 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",
|