Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,14 +8,14 @@ import plotly.express as px
|
|
8 |
import numpy as np
|
9 |
|
10 |
example_list = [
|
11 |
-
"
|
12 |
-
"""
|
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
|
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 |
|