IS361Group4 commited on
Commit
b9f45bd
·
verified ·
1 Parent(s): 566bf52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -10,6 +10,9 @@ with gr.Blocks() as app:
10
  with gr.Tab("Sentiment Analysis"):
11
  create_sentiment_tab()
12
 
 
 
 
13
  with gr.Tab("Churn Analysis"):
14
  gr.Markdown("Customer Churn Prediction")
15
 
 
10
  with gr.Tab("Sentiment Analysis"):
11
  create_sentiment_tab()
12
 
13
+ with gr.Tab("Financial Analyst"):
14
+ create_financial_tab()
15
+
16
  with gr.Tab("Churn Analysis"):
17
  gr.Markdown("Customer Churn Prediction")
18