my-notion-companion / pages /3_Video_Demo.py
fyang0507's picture
add video demo
82c2648
raw
history blame contribute delete
167 Bytes
import streamlit as st
st.set_page_config(
page_title="Video Demo",
page_icon="⏯️",
)
st.markdown("## Video Demo ⏯️")
st.video("resources/demo.mp4")