refactor: adjust main function space

pull/3/head
sean1832 1 year ago
parent 3624b6f603
commit 36a3105bda

@ -71,7 +71,6 @@ def match_fields(contents: list, logic_select, filter_key, filter_val):
def filter_data(contents: list, append=True):
# filters
col1, col2, col3 = st.columns(3)
with col1:
@ -95,7 +94,6 @@ def filter_data(contents: list, append=True):
return result, filter_key, logic_select, filter_val
def main():
with st.sidebar:
st.title('Settings')

Loading…
Cancel
Save