mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-29 09:23:12 +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\"]",
|
"models = [\"en_core_web_sm\", \"en_core_web_md\"]",
|
||||||
"default_text = \"Sundar Pichai is the CEO of Google.\"",
|
"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": "Ines Montani",
|
||||||
"author_links": {
|
"author_links": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user