Jamal914 commited on
Commit
5498b5e
1 Parent(s): e61175a

Update app.py

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