andrewrreed HF staff nbroad HF staff commited on
Commit
dd2030f
1 Parent(s): b0f78b6

fix colors (#4)

Browse files

- fix colors (cc7b5e4f3595b1910732e895cd7aafd82a4ae7f9)


Co-authored-by: Nicholas Broad <nbroad@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def filter_df(min_score, max_models_per_month, set_selector, org_selector):
157
  def build_plot(toggle_annotations, filtered_df):
158
 
159
  # construct plot
160
- custom_colors = {"Open": "#ff7f0e", "Proprietary": "#1f77b4"}
161
  fig = px.scatter(
162
  filtered_df,
163
  x="Release Date",
 
157
  def build_plot(toggle_annotations, filtered_df):
158
 
159
  # construct plot
160
+ custom_colors = {"Open LLM": "#ff7f0e", "Proprietary LLM": "#1f77b4"}
161
  fig = px.scatter(
162
  filtered_df,
163
  x="Release Date",