Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Karley8
/
2ndVersionTinyHome
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Karley8
commited on
Apr 4
Commit
7deb072
·
verified
·
1 Parent(s):
7c2b91d
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import streamlit as st
2
+
3
+
st.title("Hello from Streamlit!")
4
+
st.write("This is a simple Hugging Face Space using Streamlit.")
5
+