Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ iface = gr.Interface(
|
|
90 |
gr.inputs.Slider(minimum=0, maximum=62, label="REGULARITY")
|
91 |
],
|
92 |
|
93 |
-
outputs=
|
94 |
title="Team Paris Customer Churn Prediction App",
|
95 |
description="Let's Get Started With Some Predictions!"
|
96 |
)
|
|
|
90 |
gr.inputs.Slider(minimum=0, maximum=62, label="REGULARITY")
|
91 |
],
|
92 |
|
93 |
+
outputs='Churn Prediction',
|
94 |
title="Team Paris Customer Churn Prediction App",
|
95 |
description="Let's Get Started With Some Predictions!"
|
96 |
)
|