Customizing 'running man' loading animation on streamlit

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:

  1. Rebuild your own with instructions here
  2. 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 Spinning Sync
2 Pulsing Dot Pulsing Dot
3 Three Dots Three Dots
4 Bar Chart Bar Chart
5 Rotating Gear Rotating Gear
6 Hourglass Hourglass
7 Progress Ring 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

6 Likes

hey @lperezmo,

you can file a feature request . Streamlit devs track upvotes in GitHub to identify where they should concentrate their efforts.

Request a new feature

1 Like