whitphx's picture
whitphx HF staff
Copy https://github.com/whitphx/stlite/tree/main/packages/sharing-editor/public/samples/011_component_gallery
dd0ef30
raw history blame
No virus
388 Bytes
import streamlit as st
VIDEO_URL = "https://static.streamlit.io/examples/star.mp4"
st.video(VIDEO_URL)
st.write(
"""
#### Video credit:
Creator: User _fxxu_ from _Pixabay_.
License: Free for commercial use. No attribution required.
https://pixabay.com/en/service/license/
URL:
https://pixabay.com/en/videos/star-long-exposure-starry-sky-sky-6962/
"""
)