mud2002 commited on
Commit
6474ac0
1 Parent(s): ce9217e

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,
@@ -97,7 +96,6 @@ iface = gr.Interface(
97
  gr.Dropdown(choices=["Together", "Abroad"], label="Parents cohabitation status"),
98
  gr.Dropdown(choices=["Urban", "Rural"], label="Home address Type"),
99
  gr.Dropdown(choices=["Internship", "Full time student", "Job"], label="Status"),
100
-
101
  gr.Dropdown(choices=["Yes", "No"], label="Participation in extra-curricular activities"),
102
  gr.Slider(1, 5, step=1, label="Going out with friends"),
103
  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,
 
96
  gr.Dropdown(choices=["Together", "Abroad"], label="Parents cohabitation status"),
97
  gr.Dropdown(choices=["Urban", "Rural"], label="Home address Type"),
98
  gr.Dropdown(choices=["Internship", "Full time student", "Job"], label="Status"),
 
99
  gr.Dropdown(choices=["Yes", "No"], label="Participation in extra-curricular activities"),
100
  gr.Slider(1, 5, step=1, label="Going out with friends"),
101
  gr.Number(label="Current CGPA"),