Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cisemh
/
Car-Evaluation-ML-Algorithms
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7c52fb0
Car-Evaluation-ML-Algorithms
/
app.py
cisemh
add application file
7c52fb0
about 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)