IS361Group4 commited on
Commit
5a26151
·
verified ·
1 Parent(s): 9c0abcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.render()
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()