Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def plot_mistral_eval(metric):
|
|
113 |
xaxis_title="Score (1-10)",
|
114 |
yaxis_title="Model",
|
115 |
xaxis_range=[0, 10],
|
116 |
-
template="
|
117 |
height=400,
|
118 |
margin=dict(l=120, r=20, t=40, b=40),
|
119 |
yaxis=dict(automargin=True),
|
|
|
113 |
xaxis_title="Score (1-10)",
|
114 |
yaxis_title="Model",
|
115 |
xaxis_range=[0, 10],
|
116 |
+
template="plotly_black",
|
117 |
height=400,
|
118 |
margin=dict(l=120, r=20, t=40, b=40),
|
119 |
yaxis=dict(automargin=True),
|