From bb781ae7f77d9d36ad7a9d556845e15edd767768 Mon Sep 17 00:00:00 2001 From: Nick Sorros Date: Mon, 28 Jun 2021 15:03:31 +0300 Subject: [PATCH] Remove extra parenthesis from the example for spacy-streamlit (#8527) --- website/meta/universe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index de2a50cec..20a813569 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -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": {