From 0e026ada258d9353abe8eead8dd97d4bd6bbc2b3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:15:34 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- examples/conways_game_of_life_fast/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/conways_game_of_life_fast/Readme.md b/examples/conways_game_of_life_fast/Readme.md index bf7be8af..a61a6b12 100644 --- a/examples/conways_game_of_life_fast/Readme.md +++ b/examples/conways_game_of_life_fast/Readme.md @@ -47,7 +47,7 @@ solara run app.py ### Customization -You can easily modify the model parameters such as grid size and initial alive fraction to explore different scenarios. You can also add +You can easily modify the model parameters such as grid size and initial alive fraction to explore different scenarios. You can also add ### Summary