Spaces:
Sleeping
Sleeping
File size: 270 Bytes
00889db af31f9c 00889db af31f9c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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!")
|