/streamlit-component-video

A streamlit component that replaces st.video and supports more parameters

Primary LanguagePythonMIT LicenseMIT

streamlit-component-video

A new video with track

Installation instructions

pip install streamlit-component-video

Usage instructions

import streamlit as st

from streamlit_component_video import streamlit_component_video

value = streamlit_component_video()

st.write(value)