Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stcoats
/
tspace
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
stcoats
commited on
Mar 13
Commit
548bf4c
·
1 Parent(s):
c82e401
Add application file
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import streamlit as st
2
+
st.title("If you see this, the Space works")
3
+