86abcea e94f91b
1
2
3
4
5
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)