Hi all,
Here is a very hacky way to update the ‘running man’ loading animation on streamlit. Basically I just updated IconRunning.tsx, then rebuilt streamlit, and then copied over the static folder into local streamlit installs. If anyone is interested on doing something similar, you could:
- Rebuild your own with instructions here
- Copy + paste re-compiled static folder with new loading animation for matching version
Link to repo: https://github.com/lperezmo/st-custom-static/
| # | Name | Preview |
|---|---|---|
| 1 | Spinning Sync | |
| 2 | Pulsing Dot | |
| 3 | Three Dots | |
| 4 | Bar Chart | |
| 5 | Rotating Gear | |
| 6 | Hourglass | |
| 7 | Progress Ring |
Streamlit devs, it would be cool if this were a customizable feature at some point in the future, like something we could set through config.toml.
Thanks all and have a chill day,
LPM