Gregor Betz
commited on
Commit
•
4b4ab15
1
Parent(s):
f2d4743
rm visibility custom data
Browse files
app.py
CHANGED
@@ -55,7 +55,6 @@ def plot_evals(model_id, regex_model_filter, plotly_mode):
|
|
55 |
color_discrete_sequence=["Orange", "Gray"],
|
56 |
template=template,
|
57 |
error_y="acc_gain-err", hover_data=['model', "cot accuracy"],
|
58 |
-
custom_data=['visibility'],
|
59 |
width=1200, height=700)
|
60 |
|
61 |
fig.update_layout(
|
|
|
55 |
color_discrete_sequence=["Orange", "Gray"],
|
56 |
template=template,
|
57 |
error_y="acc_gain-err", hover_data=['model', "cot accuracy"],
|
|
|
58 |
width=1200, height=700)
|
59 |
|
60 |
fig.update_layout(
|