fatmacankara commited on
Commit
d0cbcc1
·
1 Parent(s): bc8e0d9

Update pages/2_About.py

Browse files
Files changed (1) hide show
  1. pages/2_About.py +1 -4
pages/2_About.py CHANGED
@@ -26,9 +26,6 @@ text = '(www.google.com)[Cankara, F., & Dogan, T. (2022). ASCARIS: Positional Fe
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
 
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)
@@ -38,7 +35,7 @@ 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.markdown(f'<p class="title-text"></p><a href="https://www.example.com/my great page">link</a>', unsafe_allow_html=True)
42
 
43
 
44
  st.image('visuals/concept_figure.png')
 
26
  st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
27
 
28
 
 
 
 
29
 
30
  text = 'My favorite search engine is [Duck Duck Go]<https://duckduckgo.com>.'
31
  st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
 
35
  st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
36
 
37
 
38
+ 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)
39
 
40
 
41
  st.image('visuals/concept_figure.png')