Spaces:
Running
Running
commit
Browse files- data_handler.py +2 -2
data_handler.py
CHANGED
|
@@ -62,7 +62,7 @@ def unified_exam_chart(unified_exam_df, plot_column):
|
|
| 62 |
xaxis_title=dict(font=dict(size=12)),
|
| 63 |
yaxis_title=dict(font=dict(size=12)),
|
| 64 |
yaxis=dict(autorange="reversed"),
|
| 65 |
-
width=
|
| 66 |
)
|
| 67 |
return fig
|
| 68 |
|
|
@@ -91,6 +91,6 @@ def mmlu_chart(mmlu_df, plot_column):
|
|
| 91 |
xaxis_title=dict(font=dict(size=12)),
|
| 92 |
yaxis_title=dict(font=dict(size=12)),
|
| 93 |
yaxis=dict(autorange="reversed"),
|
| 94 |
-
width=
|
| 95 |
)
|
| 96 |
return fig
|
|
|
|
| 62 |
xaxis_title=dict(font=dict(size=12)),
|
| 63 |
yaxis_title=dict(font=dict(size=12)),
|
| 64 |
yaxis=dict(autorange="reversed"),
|
| 65 |
+
width=1000
|
| 66 |
)
|
| 67 |
return fig
|
| 68 |
|
|
|
|
| 91 |
xaxis_title=dict(font=dict(size=12)),
|
| 92 |
yaxis_title=dict(font=dict(size=12)),
|
| 93 |
yaxis=dict(autorange="reversed"),
|
| 94 |
+
width=1000
|
| 95 |
)
|
| 96 |
return fig
|