import streamlit as st st.set_page_config(page_title="BuildSmart Estimator") st.title("🏗️ BuildSmart Estimator") st.write("This is a simple test app to ensure Hugging Face Streamlit deployment works.") if st.button("Test App"): st.success("✅ Streamlit is working correctly!")