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
app.py
CHANGED
@@ -783,7 +783,7 @@ with tab3:
|
|
783 |
axis=1
|
784 |
)
|
785 |
|
786 |
-
col1, col2 = st.columns([
|
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'):
|