arch overview slides layout

This commit is contained in:
2025-12-01 17:13:21 +01:00
parent 21e4ab366a
commit 3a333cb0f2
2 changed files with 8 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
import marimo import marimo
__generated_with = "0.18.0" __generated_with = "0.18.0"
app = marimo.App(width="medium") app = marimo.App(
width="medium",
layout_file="layouts/Architecture_Overview.slides.json",
)
@app.cell @app.cell

View File

@@ -0,0 +1,4 @@
{
"type": "slides",
"data": {}
}