Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kenqt
/
aungthu
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
aungthu
/
app.py
Kenqt
Create app.py
796661f
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
111 Bytes
import
streamlit
as
st
st.title(
"Welcome!"
)
name = st.text_input(
"leeee"
)
if
name:
st.write(
"Hello"
, name)