Spaces:
Running
Running
James McCool
commited on
Commit
·
f1c48f4
1
Parent(s):
16ebfb6
Update column reference in app.py from col3 to col4 for improved layout in the Weekly Guillotine Rankings section.
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ with tab1:
|
|
71 |
if response.status_code == 200:
|
72 |
st.write("Uploading!")
|
73 |
|
74 |
-
with
|
75 |
st.info("Update Weekly Guillotine Rankings")
|
76 |
choose_ranker = st.selectbox("Choose Ranker", name_options, key='weekly_guillotine_ranker')
|
77 |
choose_ranker = api_replace_options[name_options.index(choose_ranker)]
|
|
|
71 |
if response.status_code == 200:
|
72 |
st.write("Uploading!")
|
73 |
|
74 |
+
with col4:
|
75 |
st.info("Update Weekly Guillotine Rankings")
|
76 |
choose_ranker = st.selectbox("Choose Ranker", name_options, key='weekly_guillotine_ranker')
|
77 |
choose_ranker = api_replace_options[name_options.index(choose_ranker)]
|