James McCool commited on
Commit
2e2f822
·
1 Parent(s): 4d75bf8

Adjust column widths in filter options of app.py: modify the layout to improve the visual balance and user experience in the filter options section.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -783,7 +783,7 @@ with tab3:
783
  axis=1
784
  )
785
 
786
- col1, col2 = st.columns([1, 10])
787
  with col1:
788
  with st.expander('Filter Options'):
789
  with st.form(key='filter_form'):
 
783
  axis=1
784
  )
785
 
786
+ col1, col2 = st.columns([2, 8])
787
  with col1:
788
  with st.expander('Filter Options'):
789
  with st.form(key='filter_form'):