import streamlit as st # Add a custom CSS style for the background video and centered button st.markdown( """ """, unsafe_allow_html=True ) # Add the background video or GIF st.markdown( """
""", unsafe_allow_html=True ) # Add the centered button st.button("Explore the Universe", key="explore_button", class_="centered-button")