File size: 279 Bytes
00cdd97 |
1 2 3 4 5 6 7 8 |
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!")
|