diff --git a/python/circuitsvis/activations.py b/python/circuitsvis/activations.py index e6547c0..8abd427 100644 --- a/python/circuitsvis/activations.py +++ b/python/circuitsvis/activations.py @@ -15,7 +15,7 @@ def text_neuron_activations( second_dimension_labels: Optional[List[str]] = None, first_dimension_default: Optional[int] = 0, second_dimension_default: Optional[int] = 0, - show_selectors: bool = True, + show_selectors: Optional[bool] = True, ) -> RenderedHTML: """Show activations (colored by intensity) for each token in a text or set of texts.