fatmacankara commited on
Commit
fa11a63
·
1 Parent(s): 2dabb60

Update pages/2_About.py

Browse files
Files changed (1) hide show
  1. pages/2_About.py +5 -0
pages/2_About.py CHANGED
@@ -29,6 +29,11 @@ st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
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')
33
 
34
 
 
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)
35
+
36
+
37
  st.image('visuals/concept_figure.png')
38
 
39