Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cdleong
/
langcode-search
like
6
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
e66a539
langcode-search
/
app.py
cdleong
Starter app.py
68a8c29
almost 4 years ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)