Jacobo commited on
Commit
216fdc4
1 Parent(s): fba9cb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def visualize_parser(
79
  st.write(get_svg(html), unsafe_allow_html=True)
80
 
81
 
82
- d#isplacy.render(doc, style="ent")
83
 
84
 
85
  visualize_parser(doc)
79
  st.write(get_svg(html), unsafe_allow_html=True)
80
 
81
 
82
+ #displacy.render(doc, style="ent")
83
 
84
 
85
  visualize_parser(doc)