From 7dcb006709274a55514a5477ab35fa811a4e48b4 Mon Sep 17 00:00:00 2001 From: James Wexler Date: Mon, 10 Feb 2020 09:02:25 -0500 Subject: [PATCH] Update README.md --- facets_overview/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/facets_overview/README.md b/facets_overview/README.md index 4e7c3e3..1b16711 100644 --- a/facets_overview/README.md +++ b/facets_overview/README.md @@ -57,7 +57,9 @@ Example code (continued from above example): from IPython.core.display import display, HTML import base64 protostr = base64.b64encode(proto.SerializeToString()).decode("utf-8") -HTML_TEMPLATE = """ +HTML_TEMPLATE = """ + +