From 88d1f113b2c8930d4464ed49c07c97128d882ed7 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 1 Dec 2023 10:19:00 -0800 Subject: [PATCH] fix demois missing space (#26) --- python/demo/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/demo/main.py b/python/demo/main.py index a3629cc..d92ebea 100644 --- a/python/demo/main.py +++ b/python/demo/main.py @@ -13,7 +13,7 @@ router = APIRouter() def api_index() -> list[AnyComponent]: # language=markdown markdown = """\ -This site providers a demo of [FastUI](https://github.com/samuelcolvin/FastUI), the code for the demo\ +This site providers a demo of [FastUI](https://github.com/samuelcolvin/FastUI), the code for the demo is [here](https://github.com/samuelcolvin/FastUI/tree/main/python/demo). The following components are demonstrated: