chore: modify prepare
This commit is contained in:
parent
9d814ade96
commit
867404c1f3
@ -1,6 +1,6 @@
|
|||||||
import marimo
|
import marimo
|
||||||
|
|
||||||
__generated_with = "0.10.16"
|
__generated_with = "0.10.17"
|
||||||
app = marimo.App(width="medium")
|
app = marimo.App(width="medium")
|
||||||
|
|
||||||
|
|
||||||
@ -273,6 +273,12 @@ def plot_available_fonts(mo, perfspec):
|
|||||||
return (available_fonts,)
|
return (available_fonts,)
|
||||||
|
|
||||||
|
|
||||||
|
@app.cell
|
||||||
|
def main(mo):
|
||||||
|
mo.md("""<a id='main' />""")
|
||||||
|
return
|
||||||
|
|
||||||
|
|
||||||
@app.cell(hide_code=True)
|
@app.cell(hide_code=True)
|
||||||
def actions_distrib(mo, perfspec):
|
def actions_distrib(mo, perfspec):
|
||||||
mo.md(
|
mo.md(
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user