add link to the code from the demo

This commit is contained in:
Samuel Colvin
2023-12-01 17:46:46 +00:00
parent c1ad519032
commit fa0f366554
2 changed files with 5 additions and 1 deletions

3
python/demo/README.md Normal file
View File

@@ -0,0 +1,3 @@
# FastUI Demo
This a simple demo app for FastUI, it's deployed at [fastui-demo.onrender.com](https://fastui-demo.onrender.com).

View File

@@ -13,7 +13,8 @@ router = APIRouter()
def api_index() -> list[AnyComponent]: def api_index() -> list[AnyComponent]:
# language=markdown # language=markdown
markdown = """\ markdown = """\
This site providers a demo of [FastUI](https://github.com/samuelcolvin/FastUI). 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: The following components are demonstrated: