| 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.") |