Spaces:
Sleeping
Sleeping
# Stuff goes here | |
import streamlit as st | |
st.markdown("\n\n\n") | |
# Title of the app | |
st.title("Edge Runner Explosion Search") | |
st.write("Mathematics of the 2D plane") | |
# Embed the YouTube video | |
video_url = "https://www.youtube.com/watch?v=Q8L_xZInCQE" | |
st.video(video_url) | |
# Add a brief description or any other elements if needed | |
st.write("Enjoy watching the video!") |