Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zekun-li
/
geolm-linking
like
0
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
5b65b88
geolm-linking
/
app.py
GBRKNIGHT
Upload 5 files
5b65b88
over 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)