Streamlit currently has a st.balloon function for displaying an animation. It would be great if there is a function that simply plays a sound like a bell for when the app is finished running.
I know that there is st.audio but you need to add a file to your project. Having a streamlit sound ready once you write… import streamlit as st
…would be great.
st.notification('bell')
st.notification('error')