Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files
app.py
CHANGED
|
@@ -53,6 +53,6 @@ app = gr.Interface(
|
|
| 53 |
fn=predict_gpa,
|
| 54 |
inputs=inputs,
|
| 55 |
outputs="text",
|
| 56 |
-
title="HSC Predictor")
|
| 57 |
|
| 58 |
app.launch(share=True)
|
|
|
|
| 53 |
fn=predict_gpa,
|
| 54 |
inputs=inputs,
|
| 55 |
outputs="text",
|
| 56 |
+
title="Student HSC Result Predictor")
|
| 57 |
|
| 58 |
app.launch(share=True)
|