Jacobo commited on
Commit
8ea9220
1 Parent(s): 647214f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, places, and locations",
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)