From 5e11dca37af4f6400ddb268fce4960a767871941 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Mon, 3 Jan 2022 22:14:58 -0500 Subject: ability to redraw dictionaries --- qolab/gui/web.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qolab/gui/web.py b/qolab/gui/web.py index 8ec9e8a..45f43c5 100644 --- a/qolab/gui/web.py +++ b/qolab/gui/web.py @@ -208,6 +208,7 @@ class QOLDictionary(jp.Div): self.c.show = not self.c.show def display_container_dictionary(self): + self.c.delete_components() if self.container is None: return for k,v in self.container.items(): -- cgit v1.2.3