Get rid of compile in readme (#2371)

This commit is contained in:
Alek Petuskey 2024-01-09 09:53:56 -08:00 committed by GitHub
parent 7cec7feb63
commit 400c9caf3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.