age-cal / app.py
KZTech's picture
Create app.py
00cdd97 verified
raw
history blame contribute delete
279 Bytes
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!")