From f8737db0110f7126a48d33468b1ac330c0f9e875 Mon Sep 17 00:00:00 2001 From: Andrew Look Date: Sat, 17 Feb 2024 22:18:05 -0500 Subject: [PATCH] tweak: font sizes on image display --- nbs/11_display.ipynb | 2 +- singleline_stroke3/display.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nbs/11_display.ipynb b/nbs/11_display.ipynb index 18ad6f4..c9b8c66 100644 --- a/nbs/11_display.ipynb +++ b/nbs/11_display.ipynb @@ -537,7 +537,7 @@ " label = labels[i] if labels is not None else i\n", " img_html = _image_html(url, w=w, domain=domain)\n", " s += \"\"\"
\n", - "

{label}

\n", + "

{label}

\n", "
\n", " {img_html}\n", "
\"\"\".format(**locals())\n", diff --git a/singleline_stroke3/display.py b/singleline_stroke3/display.py index b671e8c..756dba3 100644 --- a/singleline_stroke3/display.py +++ b/singleline_stroke3/display.py @@ -432,7 +432,7 @@ def image_urls(urls, labels=None, domain=None, w=None): label = labels[i] if labels is not None else i img_html = _image_html(url, w=w, domain=domain) s += """
-

{label}

+

{label}


{img_html}
""".format(