Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,13 +6,13 @@ from financial_analyst import create_financial_tab
|
|
| 6 |
from personal_info_identifier import create_personal_info_tab
|
| 7 |
|
| 8 |
with gr.Blocks() as app:
|
| 9 |
-
with gr.Tab("
|
| 10 |
text_translator_ui()
|
| 11 |
|
| 12 |
with gr.Tab("Sentiment Analysis"):
|
| 13 |
create_sentiment_tab()
|
| 14 |
|
| 15 |
-
with gr.Tab("
|
| 16 |
create_financial_tab()
|
| 17 |
|
| 18 |
with gr.Tab("Personal Info Identifier"):
|
|
|
|
| 6 |
from personal_info_identifier import create_personal_info_tab
|
| 7 |
|
| 8 |
with gr.Blocks() as app:
|
| 9 |
+
with gr.Tab("Translation"):
|
| 10 |
text_translator_ui()
|
| 11 |
|
| 12 |
with gr.Tab("Sentiment Analysis"):
|
| 13 |
create_sentiment_tab()
|
| 14 |
|
| 15 |
+
with gr.Tab("Text Summarization"):
|
| 16 |
create_financial_tab()
|
| 17 |
|
| 18 |
with gr.Tab("Personal Info Identifier"):
|