linx5o commited on
Commit
9202ad9
·
1 Parent(s): e49c0e0

change lookback value for graphs

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1272,13 +1272,13 @@ if st.session_state["experiment"] is not None:
1272
  "experiment": st.session_state["experiment"],
1273
  "reactor": reactor,
1274
  "filter_mod": 1,
1275
- "lookback": 100000,
1276
  "filter_mod2": 1,
1277
- "lookback2": 100000,
1278
  "filter_mod3": 1,
1279
- "lookback3": 100000,
1280
  "filter_mod4": 1,
1281
- "lookback4": 100000,
1282
  "amount": amount_of_data,
1283
  "amount2": amount_of_data2,
1284
  "amount3": amount_of_data3,
 
1272
  "experiment": st.session_state["experiment"],
1273
  "reactor": reactor,
1274
  "filter_mod": 1,
1275
+ "lookback": 10000,
1276
  "filter_mod2": 1,
1277
+ "lookback2": 10000,
1278
  "filter_mod3": 1,
1279
+ "lookback3": 10000,
1280
  "filter_mod4": 1,
1281
+ "lookback4": 10000,
1282
  "amount": amount_of_data,
1283
  "amount2": amount_of_data2,
1284
  "amount3": amount_of_data3,