Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ def predict_churn(Data_Volume, On_Net, Orange,Tigo, Regularity, Freq_Top_Pack, R
|
|
| 69 |
return round(predictions[0][0],3), round(predictions[0][1],3)
|
| 70 |
|
| 71 |
with gr.Blocks() as demo:
|
| 72 |
-
|
| 73 |
# 📞Telecom Customer Churn Prediction App ☎️ ''')
|
| 74 |
img=gr.Image('churncss.png')
|
| 75 |
gr.Markdown('''
|
|
|
|
| 69 |
return round(predictions[0][0],3), round(predictions[0][1],3)
|
| 70 |
|
| 71 |
with gr.Blocks() as demo:
|
| 72 |
+
gr.Markdown('''
|
| 73 |
# 📞Telecom Customer Churn Prediction App ☎️ ''')
|
| 74 |
img=gr.Image('churncss.png')
|
| 75 |
gr.Markdown('''
|