plebias commited on
Commit
d5576c6
·
verified ·
1 Parent(s): e9b5ea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -57,6 +57,8 @@ def visualize_entities(sentence):
57
  "I-GENE": "#008080",
58
  },
59
  })
 
 
60
  return html
61
 
62
 
 
57
  "I-GENE": "#008080",
58
  },
59
  })
60
+ print("displacy output")
61
+ print(html)
62
  return html
63
 
64