diff --git a/src/aiidalab_qe/common/widgets.py b/src/aiidalab_qe/common/widgets.py index bb2273131..7ecd33dd3 100644 --- a/src/aiidalab_qe/common/widgets.py +++ b/src/aiidalab_qe/common/widgets.py @@ -468,7 +468,7 @@ def __init__(self, title="", **kwargs): self.from_selection = ipw.Button(description="From selection") self.from_selection.on_click(self._from_selection) self.tag = ipw.BoundedIntText( - description="Tag", value=1, min=0, max=4, layout={"width": "initial"} + description="Tag", value=1, min=0, max=11, layout={"width": "initial"} ) self.add_tags = ipw.Button( description="Update tags",