We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6187cae commit 2902ff4Copy full SHA for 2902ff4
python/api-examples-source/cat-purr.mp3
180 KB
python/api-examples-source/charts.audio-purr.py
@@ -0,0 +1,3 @@
1
+import streamlit as st
2
+
3
+st.audio("cat-purr.mp3", format="audio/mpeg", loop=True)
0 commit comments