Skip to content

Commit

Permalink
removed indent so that pages, Gui are not part of page_2
Browse files Browse the repository at this point in the history
  • Loading branch information
pesricha committed Dec 24, 2024
1 parent adb8e92 commit f569aba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/tutorials/articles/understanding_gui/step_07/step_07.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ For example, this code creates a menu with two options:
with tgb.Page() as page_2:
tgb.text("## This is page 2", mode="md")

pages = {
"/": root_page,
"Page-1": page_1,
"Page-2": page_2
}
Gui(pages=pages).run()
pages = {
"/": root_page,
"Page-1": page_1,
"Page-2": page_2
}
Gui(pages=pages).run()
```
=== "Markdown"
```python
Expand Down

0 comments on commit f569aba

Please sign in to comment.