jfiel5 commited on
Commit
a9bca46
·
verified ·
1 Parent(s): 22c61cf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ select_bar = alt.selection_point(
144
 
145
 
146
  bar_chart = (
147
- alt.Chart(df_top25)
148
  .mark_bar()
149
  .encode(
150
  y=alt.Y("Agency:N", sort="-x"),
 
144
 
145
 
146
  bar_chart = (
147
+ alt.Chart(df_jcopy)
148
  .mark_bar()
149
  .encode(
150
  y=alt.Y("Agency:N", sort="-x"),