mud2002 commited on
Commit
add741c
1 Parent(s): f5b7d8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -53,7 +53,6 @@ def predict(
53
  'parents_cohab_stat': parents_cohab_stat,
54
  'add_type': add_type,
55
  'current_stat': current_stat,
56
-
57
  'extra_curricular': extra_curricular,
58
  'hang_out_friends': hang_out_friends,
59
  'current_cgpa': current_cgpa,
@@ -93,7 +92,6 @@ iface = gr.Interface(
93
  gr.Dropdown(choices=["Together", "Abroad"], label="Parents cohabitation status"),
94
  gr.Dropdown(choices=["Urban", "Rural"], label="Home address Type"),
95
  gr.Dropdown(choices=["Internship", "Full time student", "Job"], label="Status"),
96
-
97
  gr.Dropdown(choices=["Yes", "No"], label="Participation in extra-curricular activities"),
98
  gr.Slider(1, 5, step=1, label="Going out with friends"),
99
  gr.Number(label="Current CGPA"),
 
53
  'parents_cohab_stat': parents_cohab_stat,
54
  'add_type': add_type,
55
  'current_stat': current_stat,
 
56
  'extra_curricular': extra_curricular,
57
  'hang_out_friends': hang_out_friends,
58
  'current_cgpa': current_cgpa,
 
92
  gr.Dropdown(choices=["Together", "Abroad"], label="Parents cohabitation status"),
93
  gr.Dropdown(choices=["Urban", "Rural"], label="Home address Type"),
94
  gr.Dropdown(choices=["Internship", "Full time student", "Job"], label="Status"),
 
95
  gr.Dropdown(choices=["Yes", "No"], label="Participation in extra-curricular activities"),
96
  gr.Slider(1, 5, step=1, label="Going out with friends"),
97
  gr.Number(label="Current CGPA"),