Spaces:
Runtime error
Runtime error
add video demo
Browse files- pages/3_Video_Demo.py +10 -0
- pages/{3_Motivation.py → 4_Motivation.py} +0 -0
- resources/demo.mp4 +3 -0
pages/3_Video_Demo.py
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
st.set_page_config(
|
4 |
+
page_title="Video Demo",
|
5 |
+
page_icon="⏯️",
|
6 |
+
)
|
7 |
+
|
8 |
+
st.markdown("## Video Demo ⏯️")
|
9 |
+
|
10 |
+
st.video("resources/demo.mp4")
|
pages/{3_Motivation.py → 4_Motivation.py}
RENAMED
File without changes
|
resources/demo.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0da6e80fe308348d73130c025d97e9abc845cf92a8ec597935f89dec790f8b4
|
3 |
+
size 87528309
|