diff --git a/streamlit_app.py b/streamlit_app.py index 7919a5e..76f2892 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -131,6 +131,16 @@ def app(): testing = st.checkbox('_:orange[testing mode]_ ๐Ÿงช', value=False) + with st.expander("**:blue[What's new (v2023.10.07)]**", + expanded=True): + st.markdown("""\ + - Empty sheets when uploading `xlsx` files are now ignored. + - Added option to mark trainees, along with a respective plot. + - `CDC` is now included in the list of TCCers. + - Bug fixes and performance improvements. + - Some UI improvements; icons in the sidebar. + """) + data_header = st.empty() data_header.header('๐Ÿ“‰ **Historical data**', divider='gray')