Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
munta
/
weee
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e94f91b
weee
/
app.py
munta
Update app.py
e94f91b
over 2 years ago
raw
Copy download link
history
blame
212 Bytes
import
streamlit
as
st
sLen = st.slider(
'Sepal lenght(cm) '
,
0.0
,
10.0
)
sWid = st.slider(
'Sepal width(cm) '
,
0.0
,
10.0
)
pLen = st.slider(
'Petal lenght(cm) '
,
0.0
,
10.0
)
p= st.slider(
'Petal width(cm) '
,
0.0
,
10.0
)