victormiller commited on
Commit
bea3a8a
·
verified ·
1 Parent(s): 3d045d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -2,11 +2,8 @@ import streamlit as st
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('''
 
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 1](#section-1)", unsafe_allow_html=True)
 
 
 
7
 
8
  st.header('Section 1')
9
  st.write('''