IS361Group4 commited on
Commit
ed55fef
·
verified ·
1 Parent(s): 3aa7fc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Text Translator"):
10
  text_translator_ui()
11
 
12
  with gr.Tab("Sentiment Analysis"):
13
  create_sentiment_tab()
14
 
15
- with gr.Tab("Financial Analyst"):
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"):