Alek Petuskey 1 год назад
Родитель
Сommit
400c9caf3f
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      README.md

+ 0 - 1
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.