Lenylvt commited on
Commit
69614ad
β€’
1 Parent(s): a542498

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -47,7 +47,6 @@ else:
47
 
48
  markdown_path = os.path.join(pages_path, page)
49
  markdown_content = load_markdown_file(markdown_path)
50
- st.markdown(markdown_content)
51
 
52
  # Create TOC
53
  toc = create_toc(markdown_content)
 
47
 
48
  markdown_path = os.path.join(pages_path, page)
49
  markdown_content = load_markdown_file(markdown_path)
 
50
 
51
  # Create TOC
52
  toc = create_toc(markdown_content)