Spaces:
Sleeping
Sleeping
Commit
·
5739e77
1
Parent(s):
3928d8e
Update pages/2_About.py
Browse files- pages/2_About.py +2 -1
pages/2_About.py
CHANGED
@@ -22,7 +22,8 @@ text = 'Please refer to our pre-print article for more information on the constr
|
|
22 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
23 |
|
24 |
st.markdown(f'<p class="title-text"></p><a href="https://www.biorxiv.org/content/10.1101/2022.11.03.514934v1">Cankara, F., & Dogan, T. (2022). ASCARIS: Positional Feature Annotation and Protein Structure-Based Representation of Single Amino Acid Variations. bioRxiv, 514934v1</a>', unsafe_allow_html=True)
|
25 |
-
|
|
|
26 |
|
27 |
st.image('visuals/concept_figure.png')
|
28 |
|
|
|
22 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
23 |
|
24 |
st.markdown(f'<p class="title-text"></p><a href="https://www.biorxiv.org/content/10.1101/2022.11.03.514934v1">Cankara, F., & Dogan, T. (2022). ASCARIS: Positional Feature Annotation and Protein Structure-Based Representation of Single Amino Acid Variations. bioRxiv, 514934v1</a>', unsafe_allow_html=True)
|
25 |
+
st.write('')
|
26 |
+
st.write('')
|
27 |
|
28 |
st.image('visuals/concept_figure.png')
|
29 |
|