Spaces:
Sleeping
Sleeping
victormiller
commited on
Commit
•
286de5a
1
Parent(s):
bea3a8a
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
st.header('**Example App showing Anchor links**')
|
4 |
|
5 |
st.markdown("[Section 1](#section-1)", unsafe_allow_html=True)
|
6 |
-
st.markdown("[Section
|
7 |
|
8 |
st.header('Section 1')
|
9 |
st.write('''
|
|
|
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('''
|