pal14 commited on
Commit
42be435
·
verified ·
1 Parent(s): 7d8799c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ Passport = st.selectbox("Passport", [0, 1])
30
  OwnCar = st.selectbox("Own Car", [0, 1])
31
  NumberOfChildrenVisiting = st.selectbox("Number of children visiting", [0., 1., 2., 3.])
32
  Designation = st.selectbox("Designation", ["Manager", "Executive", "Senior Manager", "AVP", "VP"])
33
- MonthlyIncome = st.number_input("Long Ads per Hour", min_value=0.0, max_value=1000000.)
34
 
35
  # Assemble input into DataFrame
36
  input_data = pd.DataFrame([{
 
30
  OwnCar = st.selectbox("Own Car", [0, 1])
31
  NumberOfChildrenVisiting = st.selectbox("Number of children visiting", [0., 1., 2., 3.])
32
  Designation = st.selectbox("Designation", ["Manager", "Executive", "Senior Manager", "AVP", "VP"])
33
+ MonthlyIncome = st.number_input("Monthly Income", min_value=0.0, max_value=1000000.)
34
 
35
  # Assemble input into DataFrame
36
  input_data = pd.DataFrame([{