aangel commited on
Commit
e9f13b5
·
1 Parent(s): a3c5c4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import streamlit as st
2
 
3
  with st.form(key='my_form'):
4
- sLen = st.slider('sepal lenght(cm)', 0.0, 10.0)
5
- sLen = st.slider('sepal width(cm)', 0.0, 10.0)
6
- sLen = st.slider('petal lenght(cm)', 0.0, 10.0)
7
- sLen = st.slider('petal width(cm)', 0.0, 10.0)
8
- st.form_submit_button('Predict')
 
1
  import streamlit as st
2
 
3
  with st.form(key='my_form'):
4
+ sLen = st.slider('sepal lenght(cm)', 0.0, 10.0)
5
+ sLen = st.slider('sepal width(cm)', 0.0, 10.0)
6
+ sLen = st.slider('petal lenght(cm)', 0.0, 10.0)
7
+ sLen = st.slider('petal width(cm)', 0.0, 10.0)
8
+ st.form_submit_button('Predict')