Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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(
|