IS361Group4 commited on
Commit
6f07922
·
verified ·
1 Parent(s): 5a26151

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()
23
 
24
  app.launch()
 
19
  personal_info_identifier.demo.render()
20
 
21
  with gr.Tab("📈 Customer Churn Prediction"):
22
+ churn_analysis.app.render() # แก้ไขจาก app() เป็น app.render()
23
 
24
  app.launch()