Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
from churn_analysis import predict
|
3 |
from translator import text_translator_ui
|
4 |
from sentiment import create_sentiment_tab
|
|
|
5 |
|
6 |
with gr.Blocks() as app:
|
7 |
with gr.Tab("Text Translator"):
|
|
|
2 |
from churn_analysis import predict
|
3 |
from translator import text_translator_ui
|
4 |
from sentiment import create_sentiment_tab
|
5 |
+
from financial_analyst import create_financial_tab
|
6 |
|
7 |
with gr.Blocks() as app:
|
8 |
with gr.Tab("Text Translator"):
|