Skip to content

Commit

Permalink
Update spacy_streamlit/visualizer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
  • Loading branch information
narayanacharya6 and svlandeg authored Dec 27, 2021
1 parent 7701d75 commit 1ab801d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy_streamlit/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def visualize_ner(
key (str): Key used for the streamlit component for selecting labels.
manual (bool): Flag signifying whether the doc argument is a Doc object or a List of Dicts containing entity span
information.
options: Dictionary of options to be passed to the displacy render method for generating the HTML to be rendered.
displacy_options: Dictionary of options to be passed to the displacy render method for generating the HTML to be rendered.
"""
if colors:
if not options:
Expand Down

0 comments on commit 1ab801d

Please sign in to comment.