瀏覽代碼

Get rid of compile in readme (#2371)

Alek Petuskey 1 年之前
父節點
當前提交
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.