query_params doesnt work as i wont it. But i have huge hing
Please replace st.experimental_get_query_params
with st.query_params
.
st.experimental_get_query_params
will be removed after 2024-04-11.
Refer to our docs page for more information.
Please replace st.experimental_set_query_params
with st.query_params
.
st.experimental_set_query_params
will be removed after 2024-04-11.
Refer to our docs page for more information.
how i can close it when deployed my app?