Spaces:
Sleeping
Sleeping
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!") | |