diff --git a/deathclock/deathclock.py b/deathclock/deathclock.py index 2be5075..0d86f04 100755 --- a/deathclock/deathclock.py +++ b/deathclock/deathclock.py @@ -449,6 +449,6 @@ app = rx.App( app.add_page( index, - title="DeathClock", # Example title + title="DeathClock", on_load=State.start_background_tasks, # Trigger tasks when this page loads )