Jayahae's picture
Create app.py
33421f8 verified
raw
history blame
200 Bytes
import streamlit as st
# Title of the Streamlit app
st.title("Summarized Video of 'Tha Lightkeeper's Lantern")
# Embed the YouTube video
st.video("https://youtu.be/zLN-JwpH9hA?si=QpwDE_i0Sz7NAVXv")