emanuelaboros commited on
Commit
563c6f6
·
1 Parent(s): 9506769
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ ner_pipeline = pipeline(
17
 
18
 
19
  def format_entities_as_html(entities):
20
- excluded_keys = {"start", "end", "index", "text"} # Keys to exclude from the output
21
  html_output = "<div>"
22
 
23
  for entity in entities:
 
17
 
18
 
19
  def format_entities_as_html(entities):
20
+ excluded_keys = {"start", "end", "index"} # Keys to exclude from the output
21
  html_output = "<div>"
22
 
23
  for entity in entities: