Jamal914 commited on
Commit
3118d9f
1 Parent(s): eb2679b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ iface = gr.Interface(
90
  gr.inputs.Slider(minimum=0, maximum=62, label="REGULARITY")
91
  ],
92
 
93
- outputs="text",
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
  )