Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,8 @@ with gr.Blocks() as app:
|
|
16 |
create_financial_tab()
|
17 |
|
18 |
with gr.Tab("Personal Info Identifier"):
|
19 |
-
create_personal_info_tab()
|
|
|
20 |
|
21 |
with gr.Tab("Churn Analysis"):
|
22 |
gr.Markdown("Customer Churn Prediction")
|
|
|
16 |
create_financial_tab()
|
17 |
|
18 |
with gr.Tab("Personal Info Identifier"):
|
19 |
+
pii_interface = create_personal_info_tab()
|
20 |
+
pii_interface.render()
|
21 |
|
22 |
with gr.Tab("Churn Analysis"):
|
23 |
gr.Markdown("Customer Churn Prediction")
|