Spaces:
Sleeping
Sleeping
triakl fw (#12)
Browse files- triakl fw (17621a6f39b66c8b8db5747c8c582f9645eda181)
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 |
|