Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ iface = gr.Interface(
|
|
113 |
|
114 |
|
115 |
outputs=gr.HTML(), # Changed to HTML output
|
116 |
-
title="
|
117 |
description="Predict the probability of student admission",
|
118 |
css="body { font-family: Arial, sans-serif; }"
|
119 |
)
|
|
|
113 |
|
114 |
|
115 |
outputs=gr.HTML(), # Changed to HTML output
|
116 |
+
title="Student Admission Prediction",
|
117 |
description="Predict the probability of student admission",
|
118 |
css="body { font-family: Arial, sans-serif; }"
|
119 |
)
|