jnojun commited on
Commit
cc638dc
·
1 Parent(s): ce7abee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
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
  sWid = st.slider('sepal width(cm)', 0.0, 10.0)
6
  pLen = st.slider('petal lenght(cm)', 0.0, 10.0)
 
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
  sWid = st.slider('sepal width(cm)', 0.0, 10.0)
6
  pLen = st.slider('petal lenght(cm)', 0.0, 10.0)