Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
sLen = st.slider('sepal length(cm) ', 0.0, 10.0)
|
3 |
sWid = st.slider('sepal width(cm) ', 0.0, 10.0)
|
4 |
-
pLen = st.slider('
|
5 |
-
pWid = st.slider('
|
|
|
1 |
import streamlit as st
|
2 |
sLen = st.slider('sepal length(cm) ', 0.0, 10.0)
|
3 |
sWid = st.slider('sepal width(cm) ', 0.0, 10.0)
|
4 |
+
pLen = st.slider('petal length(cm) ', 0.0, 10.0)
|
5 |
+
pWid = st.slider('petal width(cm) ', 0.0, 10.0)
|