badapple / app.py
breadlicker45's picture
Update app.py
5b1d8f6
Raw
History Blame Contribute Delete
113 Bytes
import streamlit as st
video_file = open('apple.mp4', 'rb')
video_bytes = video_file.read()
st.video(video_bytes)