File size: 93 Bytes
b264622
 
 
7865b2a
1
2
3
4
import streamlit as st

VIDEO_URL = "https://example.com/not-youtube.mp4"
st.video(VIDEO_URL)