Hemg commited on
Commit
a5b46f4
·
verified ·
1 Parent(s): f617ce5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ iface = gr.Interface(
90
  gr.Radio(["Yes", "No"], label="visited_with_parents", info="Did you visit the college with your parents?")
91
  ],
92
  outputs="text",
93
- title="Student Admission Prediction",
94
  description="Predict the probability of student admission for Bachelor Study"
95
  )
96
 
 
90
  gr.Radio(["Yes", "No"], label="visited_with_parents", info="Did you visit the college with your parents?")
91
  ],
92
  outputs="text",
93
+ title="Student Admission Prediction App",
94
  description="Predict the probability of student admission for Bachelor Study"
95
  )
96