whitphx's picture
whitphx HF Staff
Add comments referring to the original file URLs
ef2f056
raw
history blame contribute delete
241 Bytes
# https://github.com/okld/streamlit-player
from streamlit_player import st_player
# Embed a youtube video
st_player("https://youtu.be/CmSKVW1v0xM")
# Embed a music from SoundCloud
st_player("https://soundcloud.com/imaginedragons/demons")