Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,6 @@ with gr.Blocks(title="All-in-One AI App") as app:
|
|
19 |
personal_info_identifier.demo.render()
|
20 |
|
21 |
with gr.Tab("📈 Customer Churn Prediction"):
|
22 |
-
churn_analysis.app
|
23 |
|
24 |
app.launch()
|
|
|
19 |
personal_info_identifier.demo.render()
|
20 |
|
21 |
with gr.Tab("📈 Customer Churn Prediction"):
|
22 |
+
churn_analysis.app()
|
23 |
|
24 |
app.launch()
|