Waraporn commited on
Commit
bab820b
1 Parent(s): 204e519

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def main():
34
  serum_creatinine = st.slider("serum_creatinine (mg/dL)", min_value=0, max_value=3)
35
  serum_sodium = st.slider("serum_sodium (mEq/L)", min_value=0, max_value=200)
36
  sex = st.selectbox("sex", options= unique_sex)
37
- smoking = st.slider("smoking",options= unique_smoking)
38
  time= st.slider("time", options= unique_time)
39
 
40
  # clicked==True only when the button is clicked
 
34
  serum_creatinine = st.slider("serum_creatinine (mg/dL)", min_value=0, max_value=3)
35
  serum_sodium = st.slider("serum_sodium (mEq/L)", min_value=0, max_value=200)
36
  sex = st.selectbox("sex", options= unique_sex)
37
+ smoking = st.selectbox("smoking",options= unique_smoking)
38
  time= st.slider("time", options= unique_time)
39
 
40
  # clicked==True only when the button is clicked