import streamlit as st | |
st.set_page_config(page_title="My First Streamlit App", layout="centered") | |
st.title("π Hello from Streamlit on Hugging Face!") | |
st.write("This is a minimal Streamlit app deployed using Hugging Face Spaces.") | |
st.success("You're all set to build more!") | |