You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Home.py
+9-6
Original file line number
Diff line number
Diff line change
@@ -882,12 +882,15 @@ def main():
882
882
data['suffix'] = (str(pct)+'0')[2:4]+'pctCOCM'
883
883
data['pct_COCM'] =pct
884
884
885
-
matching_pool_size_override=None
886
-
withst.expander('Advanced: Change Matching Pool Size'):
887
-
matching_pool_size_override=st.number_input(f"New matching pool size (in {data['config_df']['token_code'].iloc[0]}): ", value=float(data['matching_available']), min_value=1.0)
0 commit comments