Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fraser
/
try_using_submodules
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
416089a
try_using_submodules
/
app.py
Fraser
.
416089a
over 3 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)