Jon Solow
commited on
Commit
·
b7c2e71
1
Parent(s):
9d8e6a4
Rerun on player selection
Browse files
src/pages/10_Set_Your_Lineup.py
CHANGED
@@ -97,6 +97,7 @@ def position_cell(
|
|
97 |
|
98 |
def update_and_save_selection(pos_label: str, selection_id: str):
|
99 |
update_selection(st.session_state["logged_in_user"], pos_label, selection_id)
|
|
|
100 |
|
101 |
|
102 |
def get_page():
|
|
|
97 |
|
98 |
def update_and_save_selection(pos_label: str, selection_id: str):
|
99 |
update_selection(st.session_state["logged_in_user"], pos_label, selection_id)
|
100 |
+
st.rerun()
|
101 |
|
102 |
|
103 |
def get_page():
|