Jayahae's picture
Update app.py
029b678 verified
raw
history blame contribute delete
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/-e7V4yPSzUM?si=KEyhYEKhdIB66iWx")