mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Remove extra parenthesis from the example for spacy-streamlit (#8527)
This commit is contained in:
parent
7f65902702
commit
bb781ae7f7
|
@ -294,7 +294,7 @@
|
|||
"",
|
||||
"models = [\"en_core_web_sm\", \"en_core_web_md\"]",
|
||||
"default_text = \"Sundar Pichai is the CEO of Google.\"",
|
||||
"spacy_streamlit.visualize(models, default_text))"
|
||||
"spacy_streamlit.visualize(models, default_text)"
|
||||
],
|
||||
"author": "Ines Montani",
|
||||
"author_links": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user