maom commited on
Commit
4f75664
·
verified ·
1 Parent(s): 66d8bfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.set_page_config(
17
  layout="wide"
18
  )
19
 
20
- st.sidebar.title("📘 Dataset Curation Guide")
21
  choice = st.sidebar.radio("Navigate", list(SECTIONS.keys()))
22
 
23
  md_path = Path("sections") / SECTIONS[choice]
 
17
  layout="wide"
18
  )
19
 
20
+ st.sidebar.title("Dataset Curation Guide")
21
  choice = st.sidebar.radio("Navigate", list(SECTIONS.keys()))
22
 
23
  md_path = Path("sections") / SECTIONS[choice]