PRNKPS commited on
Commit
27b9ecc
·
1 Parent(s): dff6b18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -44,6 +44,7 @@ def main():
44
  if clicked:
45
  result=model.predict(pd.DataFrame({"gender": [gender],
46
  "lunch": [lunch],
 
47
  "parental level of education": [EDU_DICT[education]],
48
  "math score": [math_score],
49
  "reading score": [reading_score],
 
44
  if clicked:
45
  result=model.predict(pd.DataFrame({"gender": [gender],
46
  "lunch": [lunch],
47
+ "test preparation course": [test],
48
  "parental level of education": [EDU_DICT[education]],
49
  "math score": [math_score],
50
  "reading score": [reading_score],