You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The session_state stores things like the compartmental model and data imported for PD analysis. I think it would be good to organize these better by introducing section-specific dictionaries such as: st.session_state.compartmental that could store variables for that specific section (in this case, the compartmental PK/PD modeling section.). This would help segment the session_state variables and keep things from getting mixed up across the different app pages/sections.
The text was updated successfully, but these errors were encountered:
The session_state stores things like the compartmental model and data imported for PD analysis. I think it would be good to organize these better by introducing section-specific dictionaries such as:
st.session_state.compartmental
that could store variables for that specific section (in this case, the compartmental PK/PD modeling section.). This would help segment the session_state variables and keep things from getting mixed up across the different app pages/sections.The text was updated successfully, but these errors were encountered: