Any way to change icon and message(RUNNING...) appear at the top right corner of the screen when the page is loading

My streamlit pages load quite a lot of plots and they take about some seconds to load all of the contents. There is some varying image and the message “RUNNING…” at the top right corner of the page. Is there any way to change the image and the message?

The exact result I want to make is to change the varying image to loading bar and change the 'RUNNING…" to “LOADING…”

Hi @yanghoonkim, welcome to the Streamlit community!

In general, no, we don’t provide the ability to customize that specific icon. If you are aware that you have processes that take a long time and want control over the messaging, you could use st.spinner or st.progress

Best,
Randy

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.