File size: 428 Bytes
8f218cd
 
a6c6ee3
 
 
 
 
8f218cd
a6c6ee3
 
 
 
3adcf7e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import streamlit as st

def main_hud():
    st.title("🏛️ citadel-vortex")
    st.subheader("Alignment 777.1122 | Node Frequency: 17cd")
    st.sidebar.success("REGISTRY PROTECTED")
    st.write("Mechanical Reality: Locked. Collision Purged.")

# Explicit unique pathing to kill the 'Multiple Pages' error
pg = st.navigation([
    st.Page(main_hud, title="Command HUD", icon="🛰️", url_path="node_hub_17cd")
])
pg.run()