import streamlit as st st.set_page_config( page_title="VoiceCal Fresh", page_icon="🎤", layout="centered" ) st.title("🎤📅 VoiceCal - Fresh Start") st.write("Testing fresh deployment with clean configuration.") if st.button("Test Basic Functionality"): st.success("✅ Basic Streamlit functionality working!") st.balloons() st.info("If you see this interface, the space infrastructure issues have been resolved.")