Spaces:
Running
Running
James McCool
commited on
Commit
·
c814676
1
Parent(s):
1bca9e7
Adjust column layout in app.py to use proportional widths for improved UI consistency in the rankings update section.
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ tab1, tab2, tab3, tab4, tab5 = st.tabs(['Rankings Update', 'Projections Update',
|
|
43 |
|
44 |
with tab1:
|
45 |
with st.container():
|
46 |
-
col1, col2 = st.columns(
|
47 |
|
48 |
with col1:
|
49 |
st.info("Update Seasonal Rankings")
|
|
|
43 |
|
44 |
with tab1:
|
45 |
with st.container():
|
46 |
+
col1, col2 = st.columns([3, 3])
|
47 |
|
48 |
with col1:
|
49 |
st.info("Update Seasonal Rankings")
|