Wootang01 commited on
Commit
29de8f2
1 Parent(s): e4016f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,14 +8,14 @@ import plotly.express as px
8
  import numpy as np
9
 
10
  example_list = [
11
- "Mustafa Kemal Atatürk 1919 yılında Samsun'a çıktı.",
12
- """Hello World"""
13
  ]
14
 
15
  st.set_page_config(layout="wide", page_title="Vocabulary Categorizer")
16
 
17
  st.title("Vocabulary Categorizer")
18
- st.write("This application identifies, highlights and categories nouns.")
19
 
20
  model_list = ['xlm-roberta-large-finetuned-conll03-english', 'xlm-roberta-large']
21
 
 
8
  import numpy as np
9
 
10
  example_list = [
11
+ """Hong Kong’s two-week flight ban has dashed the hopes of those planning family reunions as well as disrupted plans for incoming domestic helpers, with the Philippines, Britain and the United States among eight countries hit with tightened rules aimed at containing a Covid-19 surge.""",
12
+ """From Friday (Jan 7), all bars and entertainment venues will close for two weeks, and restaurants have to stop dine-in after 6pm, Chief Executive Carrie Lam Cheng Yuet-ngor announced on Wednesday. """
13
  ]
14
 
15
  st.set_page_config(layout="wide", page_title="Vocabulary Categorizer")
16
 
17
  st.title("Vocabulary Categorizer")
18
+ st.write("This application identifies, highlights and categorizes nouns.")
19
 
20
  model_list = ['xlm-roberta-large-finetuned-conll03-english', 'xlm-roberta-large']
21