Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mewmnp
/
project
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b14d134
project
/
app.py
mewmnp
Update app.py
b14d134
over 2 years ago
raw
Copy download link
history
blame
216 Bytes
import
streamlit
as
st
sLen = st.slider(
'sepal length(cm) '
,
0.0
,
10.0
)
sWid = st.slider(
'sepal width(cm) '
,
0.0
,
10.0
)
pLen = st.slider(
'pepal length(cm) '
,
0.0
,
10.0
)
pWid = st.slider(
'pepal width(cm) '
,
0.0
,
10.0
)