diff --git a/examples/five_by_five.py b/examples/five_by_five.py index f4574a8a4..3e668f04d 100644 --- a/examples/five_by_five.py +++ b/examples/five_by_five.py @@ -311,7 +311,7 @@ class FiveByFive(App[None]): CSS_PATH = "five_by_five.css" """The name of the stylesheet for the app.""" - SCREENS = {"help": Help()} + SCREENS = {"help": Help} """The pre-loaded screens for the application.""" BINDINGS = [("ctrl+d", "toggle_dark", "Toggle Dark Mode")]