Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
artintel235
/
creative2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b75a5c7
creative2
/
app.py
artintel235
Update app.py
b75a5c7
verified
5 months ago
raw
Copy download link
history
blame
Safe
112 Bytes
import
streamlit
as
st
st.title(
"Simple Hi App"
)
user_text = st.text_input(
"Enter some text:"
)
st.write(
"hi"
)