Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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')]
|