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