File size: 200 Bytes
33421f8
 
 
 
 
 
029b678
1
2
3
4
5
6
7
8
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")