Hemg commited on
Commit
cae39e9
·
verified ·
1 Parent(s): 8a8d114

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def predict_performance(Year,Instagram_Advertising,Facebook_Advertising,Event_Ex
49
  # Make predictions using the loaded model
50
  prediction = model.predict(scaled_input)[0]
51
 
52
- return f"no of students who admited: {prediction:,.2f}"
53
 
54
  # Create the Gradio app
55
  iface = gr.Interface(
 
49
  # Make predictions using the loaded model
50
  prediction = model.predict(scaled_input)[0]
51
 
52
+ return f"No of Forecast Admitted students: {prediction:,.2f}"
53
 
54
  # Create the Gradio app
55
  iface = gr.Interface(