ExplosionSearch / app.py
eaglelandsonce's picture
Update app.py
c72376b verified
raw
history blame contribute delete
367 Bytes
# 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!")