Remove extra parenthesis from the example for spacy-streamlit (#8527)

This commit is contained in:
Nick Sorros 2021-06-28 15:03:31 +03:00 committed by GitHub
parent 7f65902702
commit bb781ae7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {