import streamlit as st # Page config with icon and wide layout for more space st.set_page_config(page_title="App Maintenance - Available Here", page_icon="🛠️", layout="centered") # Hide default Streamlit style elements for cleaner look st.markdown(""" """, unsafe_allow_html=True) # Main container content st.markdown("""
🛠️ We're Improving Your Experience
Our app is undergoing scheduled maintenance, but don't worry,
you can still explore!
Live App
""", unsafe_allow_html=True)