abdoulayee commited on
Commit
cba49df
·
verified ·
1 Parent(s): 37b2c7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,6 +44,6 @@ outputs = gr.Textbox(label = 'Performance')
44
  Interface =gr.Interface(fn = prediction_func,
45
  inputs = inputs,
46
  outputs = outputs,
47
- title = 'Student performance'
48
  ,theme='NoCrypt/miku')
49
  Interface.launch()
 
44
  Interface =gr.Interface(fn = prediction_func,
45
  inputs = inputs,
46
  outputs = outputs,
47
+ title = 'Student Performance'
48
  ,theme='NoCrypt/miku')
49
  Interface.launch()