Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ visualize_ner(
|
|
89 |
doc,
|
90 |
labels=["PERSON","LOC","NORP","GOD","LANGUAGE"],
|
91 |
show_table=False,
|
92 |
-
title="Persons,
|
93 |
)
|
94 |
|
95 |
#pd.set_option('display.max_colwidth', None)
|
|
|
89 |
doc,
|
90 |
labels=["PERSON","LOC","NORP","GOD","LANGUAGE"],
|
91 |
show_table=False,
|
92 |
+
title="Persons, locations, groups, gods, and languages",
|
93 |
)
|
94 |
|
95 |
#pd.set_option('display.max_colwidth', None)
|