jfiel5 commited on
Commit
3c80f39
·
verified ·
1 Parent(s): bbcf0ce
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ select_bar = alt.selection_point(
86
 
87
 
88
  bar_chart = (
89
- alt.Chart(df2)
90
  .mark_bar()
91
  .encode(
92
  y=alt.Y("agency:N", sort="-x"),
 
86
 
87
 
88
  bar_chart = (
89
+ alt.Chart(df)
90
  .mark_bar()
91
  .encode(
92
  y=alt.Y("agency:N", sort="-x"),