From 400c9caf3fc623b8e2256623e5d7f1e884fbd41c Mon Sep 17 00:00:00 2001 From: Alek Petuskey Date: Tue, 9 Jan 2024 09:53:56 -0800 Subject: [PATCH] Get rid of compile in readme (#2371) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 47db06ac2..2bba09313 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,6 @@ We add a page from the root of the app to the index component. We also add a tit ```python app.add_page(index, title="DALL-E") -app.compile() ``` You can create a multi-page app by adding more pages.