Spaces:
Runtime error
Runtime error
File size: 197 Bytes
a7916dc |
1 2 3 4 5 6 7 8 |
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")
|