victormiller commited on
Commit
8d5b1d2
1 Parent(s): 286de5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -2,8 +2,11 @@ import streamlit as st
2
 
3
  st.header('**Example App showing Anchor links**')
4
 
5
- st.markdown("[Section 1](#section-1)", unsafe_allow_html=True)
6
- st.markdown("[Section 2](#section-2)", unsafe_allow_html=True)
 
 
 
7
 
8
  st.header('Section 1')
9
  st.write('''
 
2
 
3
  st.header('**Example App showing Anchor links**')
4
 
5
+ st.sidebar.markdown('''
6
+ # Sections
7
+ - [Section 1](#section-1)
8
+ - [Section 2](#section-2)
9
+ ''', unsafe_allow_html=True)
10
 
11
  st.header('Section 1')
12
  st.write('''