Borealis-BioModeling / aurora-pkpd

Open Python Web App for Pharmcological Modeling and Analysis
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Clarify the Save and Download "model.py" button options on the Build page. #23

Closed blakeaw closed 1 month ago

blakeaw commented 1 month ago

Build page (https://aurora-pkpd.streamlit.app/build):

Consider clarifying what the Save and Download "model.py" buttons do outside the expander, making it easier for users to understand. Maybe update the Save button text to Save the model for use in this session. and the Download button to something like Download the model code ("model.py") for later use in a new session.

It would probably also be helpful to further clarify the two options and how to use them in the expander (About this step).

blakeaw commented 1 month ago

Maybe use some toast messages with the button clicks to add some additional feedback and information: https://docs.streamlit.io/develop/api-reference/status/st.toast

blakeaw commented 1 month ago

Addressed in PR https://github.com/Borealis-BioModeling/aurora-pkpd/pull/26