Spaces:
Running
Running
Commit
·
84b0fdb
1
Parent(s):
fe68ca9
Update pages/2_About.py
Browse files- pages/2_About.py +1 -1
pages/2_About.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
original_title = '<p style="font-family:Trebuchet MS; color:#
|
4 |
st.markdown(original_title, unsafe_allow_html=True)
|
5 |
|
6 |
text = '<p style="font-family:Trebuchet MS; font-size: 20px; font-weight:bold">Developers: Fatma Cankara & Tunca Dogan</p>'
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
original_title = '<p style="font-family:Trebuchet MS; color:#000000; font-size: 25px; font-weight:bold">ASCARIS: Positional Feature Annotation and Protein Structure-Based Representation of Single Amino Acid Variations</p>'
|
4 |
st.markdown(original_title, unsafe_allow_html=True)
|
5 |
|
6 |
text = '<p style="font-family:Trebuchet MS; font-size: 20px; font-weight:bold">Developers: Fatma Cankara & Tunca Dogan</p>'
|