Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|