How to get autoplay audio in streamlit UI

how can i play audio autoplay in streamlit UI by any function (HTML or anything) if any one is able to do it please share?

Hi @hrithik,

Thanks for sharing this question!

We have an upgrade in our roadmap that will address part of this but not the auto-play.

st.video and st.audio accept a boolean loop parameter to automatically seek back to the start upon reaching the end of the media playback.

Is there any method to get autoplay by integrating st.html or any other method

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

Update is coming for autoplay support: