ploysuay commited on
Commit
42ca51e
1 Parent(s): 0fe60bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def main():
46
  race = st.selectbox("Race",options=unique_race)
47
  sex = st.selectbox("Sex",options=unique_sex)
48
  hours_per_week = st.slider("Hours per week",min_value=1,max_value=100)
49
- native_country = st.selectbox("Native Country",options=unique_native_country)
50
 
51
  # clicked==True only when the button is clicked
52
  clicked = st.form_submit_button("Predict income")
 
46
  race = st.selectbox("Race",options=unique_race)
47
  sex = st.selectbox("Sex",options=unique_sex)
48
  hours_per_week = st.slider("Hours per week",min_value=1,max_value=100)
49
+ native_country = st.selectbox("Native Country",options=unique_country)
50
 
51
  # clicked==True only when the button is clicked
52
  clicked = st.form_submit_button("Predict income")