We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97d514 commit a2d89e7Copy full SHA for a2d89e7
multiapp.py
@@ -59,5 +59,6 @@ def run(self):
59
app_state["page"] = st.session_state.radio
60
# st.write('after', app_state)
61
62
- st.experimental_set_query_params(**app_state)
+ # st.experimental_set_query_params(**app_state)
63
+ st.experimental_set_query_params(**st.session_state.to_dict())
64
functions[titles.index(title)]()
0 commit comments