Skip to content

Commit

Permalink
add link to the code from the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 1, 2023
1 parent c1ad519 commit fa0f366
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions python/demo/README.md
Original file line number Diff line number Diff line change
@@ -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).
3 changes: 2 additions & 1 deletion python/demo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
def api_index() -> list[AnyComponent]:
# language=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:
Expand Down

0 comments on commit fa0f366

Please sign in to comment.