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...
Kenqt
commited on
Dec 30, 2025
Commit
796661f
·
verified
·
1 Parent(s):
8ceb3f6
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import streamlit as st
2
+
3
+
st.title("Welcome!")
4
+
name = st.text_input("leeee")
5
+
if name:
6
+
st.write("Hello", name)