Lenylvt commited on
Commit
735fee2
β€’
1 Parent(s): f2825e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ else:
36
  st.error('No categories found in the documentation directory.')
37
  else:
38
  st.sidebar.markdown('# 🧷 Navigation')
39
- category = st.sidebar.selectbox('πŸ“ Select the Space', categories)
40
 
41
  pages_path = os.path.join(docs_base_path, category)
42
  pages = [f for f in os.listdir(pages_path) if os.path.isfile(os.path.join(pages_path, f)) and f.endswith('.md')]
 
36
  st.error('No categories found in the documentation directory.')
37
  else:
38
  st.sidebar.markdown('# 🧷 Navigation')
39
+ category = st.sidebar.selectbox('πŸ“ Select the Categorie', categories)
40
 
41
  pages_path = os.path.join(docs_base_path, category)
42
  pages = [f for f in os.listdir(pages_path) if os.path.isfile(os.path.join(pages_path, f)) and f.endswith('.md')]