MilanM commited on
Commit
3b7853f
·
verified ·
1 Parent(s): 3834d19

Update main_app.py

Browse files
Files changed (1) hide show
  1. 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
- introductory_accordion = mo.accordion({"## Notebook Introduction":intro})
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