Display Progress and Status with Streamlit

Learn how to show progress and status in Streamlit

Your app will be appreciated by its users if it informs them of various things that happen during its operation. This is where the progress and status method come into play.

You can show the progress of operation using the st.progress() and the st.spinner() methods.

When used along with the st.success() method, you can help users know once an operation is done.

Streamlit also has the st.balloons() method for a more animated indication of the completion of an operation.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy