pn23 commited on
Commit
b264622
·
verified ·
1 Parent(s): 5ca072d

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ VIDEO_URL = "https://example.com/not-youtube.mp4"
4
+ st.video(VIDEO_URL, subtitles="subtitles.vtt")