Spaces:
Sleeping
Sleeping
Commit
·
d0a0c76
1
Parent(s):
8ef660d
Update pages/2_About.py
Browse files- pages/2_About.py +4 -1
pages/2_About.py
CHANGED
@@ -40,7 +40,10 @@ st.markdown("""
|
|
40 |
</style>""", unsafe_allow_html=True)
|
41 |
|
42 |
|
43 |
-
text =
|
44 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
45 |
|
46 |
|
|
|
|
|
|
|
|
40 |
</style>""", unsafe_allow_html=True)
|
41 |
|
42 |
|
43 |
+
text = '<p style="font-family:Trebuchet MS; font-size: 20px; font-weight:bold">In ASCARIS representations, dimensions 1-5 correspond to datapoint identifier, 6-9 correspond to physicochemical property values, 10-12 correspond to domain-related information, 13-14 correspond to information regarding variation position on the protein (both the sasa value and the categorization), 15-44 correspond to binary correspondence between the variation and different types of positional annotations (1 dimension for each annotation type, for a total of 30 types), 45-74 correspond to spatial (Euclidian) distances between the variation and different types of positional annotations (1 dimension for each annotation type, for a total of 30 types).</p>'
|
44 |
st.markdown(f'<p class="title-text">{text}</p>', unsafe_allow_html=True)
|
45 |
|
46 |
|
47 |
+
st.image('visuals/github_fig1.png')
|
48 |
+
|
49 |
+
|