fatmacankara commited on
Commit
3928d8e
·
1 Parent(s): ff71d2d

Update pages/2_About.py

Browse files
Files changed (1) hide show
  1. pages/2_About.py +0 -4
pages/2_About.py CHANGED
@@ -21,10 +21,6 @@ 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
- text = 'This is the *[Markdown Guide](https://www.markdownguide.org)*.'
25
- st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
26
-
27
-
28
  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)
29
 
30
 
 
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
  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