nddproject / app.py
nnxdiaa's picture
Update app.py
e9c9225
raw
history blame
223 Bytes
import streamlit as st
sLen = st.slider('sepal length (cm) ', 0.0, 10.0)
sWid = st.slider('sepal length (cm) ', 0.0, 10.0)
pLen = st.slider('petal length (cm) ', 0.0, 10.0)
pWid = st.slider('petal length (cm) ', 0.0, 10.0)