victormiller commited on
Commit
3bf65ac
·
verified ·
1 Parent(s): 53d1cfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ st.header('**Example App showing Anchor links**')
4
 
5
  st.sidebar.markdown('''
6
  # Sections
7
- - [Section 1](#Section1)
8
- - [Section 2](#Section2)
9
  ''', unsafe_allow_html=True)
10
 
11
  st.header('Section1')
 
4
 
5
  st.sidebar.markdown('''
6
  # Sections
7
+ - [Section 1](#section1)
8
+ - [Section 2](#section2)
9
  ''', unsafe_allow_html=True)
10
 
11
  st.header('Section1')