File size: 367 Bytes
82c90b0
 
152ba45
daf6b90
e9ed354
82c90b0
c72376b
 
 
e9ed354
c72376b
 
 
e9ed354
c72376b
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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!")