Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def visualize_parser(
|
|
79 |
st.write(get_svg(html), unsafe_allow_html=True)
|
80 |
|
81 |
|
82 |
-
|
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)
|