Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ def generate_score_chart_all_models(dataframe):
|
|
158 |
xaxis_title="Score", # X-axis title
|
159 |
yaxis_title="Model", # Y-axis title
|
160 |
showlegend=False, # Hide legend
|
161 |
-
template="
|
162 |
)
|
163 |
|
164 |
fig.update_traces(textposition="outside")
|
|
|
158 |
xaxis_title="Score", # X-axis title
|
159 |
yaxis_title="Model", # Y-axis title
|
160 |
showlegend=False, # Hide legend
|
161 |
+
template="plotly_white", # Optional dark theme for the chart
|
162 |
)
|
163 |
|
164 |
fig.update_traces(textposition="outside")
|