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