Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DatabricksComp
/
DatabricksBackendSpace
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
pn23
commited on
May 6, 2024
Commit
b264622
·
verified
·
1 Parent(s):
5ca072d
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -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")