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 Infinite", key="explore_button")