TejAndrewsACC commited on
Commit
c6d63b2
·
verified ·
1 Parent(s): 31e45e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="plotly_light", # Optional dark theme for the chart
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")