nnxdiaa commited on
Commit
ccabb33
·
1 Parent(s): 1a97ec0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ with st.form(key='my_form'):
5
  sWid = st.slider('sepal width (cm) ', 0.0, 10.0)
6
  pLen = st.slider('petal length (cm) ', 0.0, 10.0)
7
  pWid = st.slider('petal width (cm) ', 0.0, 10.0)
8
- st.form_submit_button('Predict')
 
5
  sWid = st.slider('sepal width (cm) ', 0.0, 10.0)
6
  pLen = st.slider('petal length (cm) ', 0.0, 10.0)
7
  pWid = st.slider('petal width (cm) ', 0.0, 10.0)
8
+ st.form_submit_button('Predict')