Spaces:
Sleeping
Sleeping
Commit
·
2dabb60
1
Parent(s):
baeb829
Update pages/2_About.py
Browse files- pages/2_About.py +6 -1
pages/2_About.py
CHANGED
@@ -21,7 +21,12 @@ st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
|
21 |
text = 'Please refer to our pre-print article for more information on the construction of feature vectors, statistical analysis of features, and machine learning models trained on ASCARIS representations to predict the effect of SAVs:'
|
22 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
23 |
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
25 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
26 |
|
27 |
st.image('visuals/concept_figure.png')
|
|
|
21 |
text = 'Please refer to our pre-print article for more information on the construction of feature vectors, statistical analysis of features, and machine learning models trained on ASCARIS representations to predict the effect of SAVs:'
|
22 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
23 |
|
24 |
+
|
25 |
+
text = '(www.google.com)[Cankara, F., & Dogan, T. (2022). ASCARIS: Positional Feature Annotation and Protein Structure-Based Representation of Single Amino Acid Variations. bioRxiv, 514934v1]'
|
26 |
+
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
27 |
+
|
28 |
+
|
29 |
+
text = '[Cankara, F., & Dogan, T. (2022). ASCARIS: Positional Feature Annotation and Protein Structure-Based Representation of Single Amino Acid Variations. bioRxiv, 514934v1](www.google.com)'
|
30 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
31 |
|
32 |
st.image('visuals/concept_figure.png')
|