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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -107,8 +107,7 @@ iface = gr.Interface(
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
 
114
  iface.launch()
 
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()