-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Add a Run button instead of running pathway analysis automatically in PALS Viewer.
A bit messy to do because of: https://discuss.streamlit.io/t/programmable-state-for-streamlit/2052
Right now, getting a Streamlit app to store internal state, like information a user entered in a form, is simply too tricky. There are some workarounds 23 for session state 11, but we want to give you a baked-in and elegant version of programmable state so you can build apps with sequential logic, apps with multiple pages, apps that incrementally ask users for input, and so on. Please share thoughts here 21 about the use cases you’d like to see supported.
There are hacky ways to do it, or maybe it's best to wait until they fix it properly.
Reactions are currently unavailable