rasmodev commited on
Commit
4372753
1 Parent(s): 0a53b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -106,8 +106,7 @@ iface = gr.Interface(
106
  outputs="text",
107
  title="Customer Churn Prediction App",
108
  description="This app predicts whether a customer is likely to churn (leave) a telecommunications company. It uses machine learning to analyze customer data, such as gender, age, tenure, and service usage. The app can be used by stakeholders and customers to make informed decisions about customer retention.",
109
- live=False,
110
- share=True
111
  )
112
 
113
  iface.launch()
 
106
  outputs="text",
107
  title="Customer Churn Prediction App",
108
  description="This app predicts whether a customer is likely to churn (leave) a telecommunications company. It uses machine learning to analyze customer data, such as gender, age, tenure, and service usage. The app can be used by stakeholders and customers to make informed decisions about customer retention.",
109
+ live=False
 
110
  )
111
 
112
  iface.launch()