Display Progress and Status with Streamlit
Learn to display the progress and status with Streamlit.
We'll cover the following
Users will appreciate our application if it informs them of various things that happen during its operation. This is where the progress and status methods come into play.
Progress
We use the st.progress()
and the st.spinner()
methods to show the progress of an operation.
When we use these along with the st.success()
method, we can help users know when an operation is done.
The st.balloons()
method in Streamlit gives a more animated indication of an operation’s completion:
Get hands-on with 1400+ tech skills courses.