Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1016 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 1016 Bytes

🎬 Streamlit Player

GitHub PyPI

Installation

pip install streamlit-player

Getting started

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")

Demo

Open in Streamlit

Preview