raakibul commited on
Commit
eee8679
·
verified ·
1 Parent(s): 449bf6f

Upload 3 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)