jfiel5 commited on
Commit
8bab4dd
·
verified ·
1 Parent(s): ca57b1a
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -81,7 +81,8 @@ df_small=df[['Agency','YTD Gross']].copy()
81
  select_bar = alt.selection_point(
82
  fields=["Agency"],
83
  on="click",
84
- clear="true"
 
85
  )
86
 
87
 
 
81
  select_bar = alt.selection_point(
82
  fields=["Agency"],
83
  on="click",
84
+ clear="true",
85
+ init={'Agency':'corrections'}
86
  )
87
 
88