Skip to content

Commit

Permalink
Add a line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi-Sh committed Oct 3, 2024
1 parent b17f78a commit f88c716
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/tutorials/getting_started/index.md_template
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ 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:
```
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
```

Expand Down

0 comments on commit f88c716

Please sign in to comment.