Spaces:
Sleeping
Sleeping
Commit
·
8e882e8
1
Parent(s):
fa11a63
Update pages/2_About.py
Browse files- pages/2_About.py +1 -1
pages/2_About.py
CHANGED
@@ -30,7 +30,7 @@ text = '[Cankara, F., & Dogan, T. (2022). ASCARIS: Positional Feature Annotation
|
|
30 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
31 |
|
32 |
|
33 |
-
text = 'My favorite search engine is [Duck Duck Go]
|
34 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
35 |
|
36 |
|
|
|
30 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
31 |
|
32 |
|
33 |
+
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 |
|