weee / app.py
munta's picture
Update app.py
e94f91b
raw
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)