Skip to content

Commit 0fdddda

Browse files
committed
fixed_predictors_options
1 parent c4c3e13 commit 0fdddda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mixed_effects_model_dashboard_selectParameters_stl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def plot_county_stl(data, county, col):
360360
id="random-dropdown",
361361
options=[
362362
{"label": p.replace('_', ' ').title(), "value": p}
363-
for p in sorted(set(predictors + ["county", "month", "age_group", "sex_group"]))
363+
for p in sorted(set(predictors + ["county", "month"]))
364364
],
365365
placeholder="(Optional) Select one or more grouping variables",
366366
style={'marginBottom': '15px'},

0 commit comments

Comments
 (0)