import streamlit as st import streamlit.components.v1 as components st.set_page_config(page_title="Void Dash", page_icon="⚡", layout="wide") st.markdown(""" """, unsafe_allow_html=True) GAME_HTML = r"""

⚡ VOID DASH

CHOOSE YOUR PILOT

""" components.html(GAME_HTML, height=610, scrolling=False) st.markdown("""
⚡ NOVA  ·  🔥 BLAZE  ·  👻 GHOST  ·  ⚡ STORM  ·  🌀 V0ID   |   ⚡BOOST   ❄FREEZE   ☆GUN   ⏳SLOW   🔬TINY   🧲MAGNET   💣NUKE   |   ★ STOMP aliens · 🔥 Chain combos
""", unsafe_allow_html=True)