Skip to content

Commit

Permalink
Add changelog widget in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
dimboump committed Oct 8, 2023
1 parent 0755195 commit b2e0395
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit b2e0395

Please sign in to comment.