Skip to content

Commit

Permalink
docs: update docs to show app view is in bottom right (marimo-team#2834)
Browse files Browse the repository at this point in the history
  • Loading branch information
Light2Dark authored Nov 10, 2024
1 parent c9f6ab5 commit 307eb0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Options:
## Layout

While editing a notebook with `marimo edit`, you can preview the notebook
as an app by clicking the preview button in the bottom-left of the editor.
as an app by clicking the preview button in the bottom-right of the editor.
(You can also use the command palette.)

### Vertical layout
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/files/wasm-intro.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def __(mo):
## 4. Running notebooks as apps
marimo notebooks can double as apps. Click the app window icon in the
bottom-left to see this notebook in "app view."
bottom-right to see this notebook in "app view."
Serve a notebook as an app with `marimo run` at the command-line.
Of course, you can use marimo just to level-up your
Expand Down

0 comments on commit 307eb0c

Please sign in to comment.