diff --git a/docs/tutorials/getting_started/index.md_template b/docs/tutorials/getting_started/index.md_template index 749429ddb..145688382 100644 --- a/docs/tutorials/getting_started/index.md_template +++ b/docs/tutorials/getting_started/index.md_template @@ -142,6 +142,12 @@ if __name__ == "__main__": This code starts the UI server, which makes the interface active and functional. +To start the Taipy application, create `main.py` with the content provided earlier, + and run the following command in the terminal: +```console +taipy run main.py +``` + ![Dynamic Chart Application](images/dynamic_chart.gif){width=70% : .tp-image-border } ---