Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vjdevane
/
blooms-taxonomy-detector
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
98ec8d8
blooms-taxonomy-detector
/
app.py
vjdevane
Update app.py
4b3083e
verified
over 1 year 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)