eaglelandsonce's picture
Update app.py
00889db verified
raw
history blame
270 Bytes
import streamlit as st
# Streamlit app title
st.title("Lokahi Precision Care Portal")
# Embed the video
video_url = "https://www.youtube.com/watch?v=AHvF6yfhYBM"
st.video(video_url)
# Add some description or context if needed
st.write("Watch this amazing video!")