Skip to content

Commit 4182098

Browse files
committed
Update app titles in 01_understand_git.py and 02_reading_the_manual.py for consistency
1 parent 053c6a6 commit 4182098

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

exercises/01/01_understand_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import marimo
44

55
__generated_with = "0.12.4"
6-
app = marimo.App(width="medium", app_title="Exercise 01 / Understanding Git")
6+
app = marimo.App(width="medium", app_title="Week 01 / Exercise 01")
77

88

99
@app.cell

exercises/01/02_reading_the_manual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import marimo
44

55
__generated_with = "0.12.4"
6-
app = marimo.App()
6+
app = marimo.App(width="medium", app_title="Week 01 / Exercise 02")
77

88

99
@app.cell

0 commit comments

Comments
 (0)