wells-wood-research / timed-design

Protein Sequence Design with Deep Learning and Tooling like Monte Carlo Sampling and Analysis
43 stars 11 forks source link

Update streamlit cache + Major Refactoring #72

Open universvm opened 6 months ago

universvm commented 6 months ago
More information [in our docs](https://docs.streamlit.io/library/advanced-features/caching).
2024-01-31 13:24:56.783 `st.cache` is deprecated. Please use one of Streamlit's new caching commands,
`st.cache_data` or `st.cache_resource`. Based on this function's return value
of type `str`, we recommend using `st.cache_data`.
universvm commented 3 months ago

The UI requires major refactoring as making edits is very difficult. Components of the UI should be separated into blocks and logic should be easier to follow.