James McCool commited on
Commit
9251b5c
·
1 Parent(s): 7ac9771
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1191,6 +1191,7 @@ if selected_tab == 'Manage Portfolio':
1191
  'Diversity': 1.0
1192
  }
1193
  with st.expander('Macro Filter Options'):
 
1194
  with st.form(key='macro_filter_form'):
1195
  max_dupes = st.number_input("Max acceptable dupes?", value=1000, min_value=1, step=1)
1196
  min_salary = st.number_input("Min acceptable salary?", value=1000, min_value=1000, step=100)
 
1191
  'Diversity': 1.0
1192
  }
1193
  with st.expander('Macro Filter Options'):
1194
+ # recent changes for showdown included
1195
  with st.form(key='macro_filter_form'):
1196
  max_dupes = st.number_input("Max acceptable dupes?", value=1000, min_value=1, step=1)
1197
  min_salary = st.number_input("Min acceptable salary?", value=1000, min_value=1000, step=100)