ishaq101 commited on
Commit
d382570
Β·
1 Parent(s): 42c6c5b

update data and default section

Browse files
src/bad_actor_simulation.xlsx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08ab20f8b8e82ee82c4e61826f7a964030d393724b97d917449cb5731fff1f3f
3
- size 1088166
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de0604e500b6d51f78f8853a1d3dfbd2aca1e7cb905534095977328b47a3c995
3
+ size 1088185
src/streamlit_app.py CHANGED
@@ -172,7 +172,7 @@ def flag_consecutive(group, col_below, col_period, threshold):
172
  # ── Default filter values (edit here to change the initial widget state) ───────
173
  DEFAULT_YEARS = [2026]
174
  DEFAULT_SITES = [2009]
175
- DEFAULT_SECTIONS = ["OBLOADER"]
176
  DEFAULT_MODELS = ["6015B", "6020B", "EX2500-5", "EX3600-6", "PC1250SP-7", "PC1250SP-8", "PC2000-8", "PC4000-6"]
177
  DEFAULT_CONSECUTIVE_N = 2
178
  DEFAULT_OBS_MONTH = 2
 
172
  # ── Default filter values (edit here to change the initial widget state) ───────
173
  DEFAULT_YEARS = [2026]
174
  DEFAULT_SITES = [2009]
175
+ DEFAULT_SECTIONS = ["OB LOADER"]
176
  DEFAULT_MODELS = ["6015B", "6020B", "EX2500-5", "EX3600-6", "PC1250SP-7", "PC1250SP-8", "PC2000-8", "PC4000-6"]
177
  DEFAULT_CONSECUTIVE_N = 2
178
  DEFAULT_OBS_MONTH = 2