Is it possible to retain selection of an st.dataframe across pages in a multi-pages app?
I used two session states, one of which is used with st.dataframe key, the other switches the key state, but it is not working, with error below:
StreamlitValueAssignmentNotAllowedError: Values for the widget with key ‘dataframe_key’ cannot be set using st.session_state.