I wanted to share a Streamlit only frontend for an app used to manage genomics datasets.
The UI is built only in Streamlit with a number of custom components and CSS (details below).
What do you think?
Sidebar: Added footer container with absolute positioning to sidebar bottom
The source code will be release by the end of the month since it is part of an open-source app for computational biology, which needs to be finalized first.
I will link it here once it is out.
Most of the styling was applied through the st_yled package which enables a lot style customization for ST components (here’s the docs; there is also a webapp on the community cloud)