Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ st.header('**Example App showing Anchor links**')
|
|
4 |
|
5 |
st.sidebar.markdown('''
|
6 |
# Sections
|
7 |
-
- [Section 1](#
|
8 |
-
- [Section 2](#
|
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')
|