Spaces:
Sleeping
Sleeping
Commit
·
bc8e0d9
1
Parent(s):
2bb97c6
Update pages/2_About.py
Browse files- pages/2_About.py +3 -0
pages/2_About.py
CHANGED
@@ -38,6 +38,9 @@ text = 'This is the *[Markdown Guide](https://www.markdownguide.org)*.'
|
|
38 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
39 |
|
40 |
|
|
|
|
|
|
|
41 |
st.image('visuals/concept_figure.png')
|
42 |
|
43 |
|
|
|
38 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
39 |
|
40 |
|
41 |
+
st.markdown(f'<p class="title-text"></p><a href="https://www.example.com/my great page">link</a>', unsafe_allow_html=True)
|
42 |
+
|
43 |
+
|
44 |
st.image('visuals/concept_figure.png')
|
45 |
|
46 |
|