Skip to content

Commit 4c5f3b2

Browse files
committed
chore: regenerate demo notebook with marimo 0.23.6
1 parent a424579 commit 4c5f3b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import marimo
22

3-
__generated_with = "0.23.5"
3+
__generated_with = "0.23.6"
44
app = marimo.App()
55

66

@@ -82,7 +82,7 @@ def _(databases_tab, history, mo, recent_tab, status, workspace):
8282
@app.cell
8383
def _(client, mo):
8484
_df = mo.sql(
85-
"""
85+
f"""
8686
SELECT 1 AS example_value
8787
""",
8888
engine=client

0 commit comments

Comments
 (0)