Spaces:
Running
Running
Update app.py
Browse files
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 |
|