Spaces:
Runtime error
Runtime error
File size: 167 Bytes
82c2648 |
1 2 3 4 5 6 7 8 9 10 |
import streamlit as st
st.set_page_config(
page_title="Video Demo",
page_icon="⏯️",
)
st.markdown("## Video Demo ⏯️")
st.video("resources/demo.mp4") |