Jayahae commited on
Commit
33421f8
1 Parent(s): abd83f4

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ # Title of the Streamlit app
4
+ st.title("Summarized Video of 'Tha Lightkeeper's Lantern")
5
+
6
+ # Embed the YouTube video
7
+ st.video("https://youtu.be/zLN-JwpH9hA?si=QpwDE_i0Sz7NAVXv")