Update main_app.py
Browse files- main_app.py +1 -2
main_app.py
CHANGED
@@ -50,8 +50,7 @@ def _(mo, get_markdown_content):
|
|
50 |
mo.md(f"{intro_comparison}"),
|
51 |
])
|
52 |
|
53 |
-
|
54 |
-
return introductory_accordion
|
55 |
|
56 |
|
57 |
@app.cell
|
|
|
50 |
mo.md(f"{intro_comparison}"),
|
51 |
])
|
52 |
|
53 |
+
mo.accordion({"## Notebook Introduction":intro})
|
|
|
54 |
|
55 |
|
56 |
@app.cell
|