Spaces:
Running
Running
Commit
·
2bb97c6
1
Parent(s):
8e882e8
Update pages/2_About.py
Browse files- pages/2_About.py +4 -0
pages/2_About.py
CHANGED
@@ -34,6 +34,10 @@ text = 'My favorite search engine is [Duck Duck Go]<https://duckduckgo.com>.'
|
|
34 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
35 |
|
36 |
|
|
|
|
|
|
|
|
|
37 |
st.image('visuals/concept_figure.png')
|
38 |
|
39 |
|
|
|
34 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
35 |
|
36 |
|
37 |
+
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 |
|