Spaces:
Sleeping
Sleeping
Erva Ulusoy
commited on
Commit
·
cdefd25
1
Parent(s):
a1e2231
updated info message on visualization page
Browse files- ProtHGT_app.py +1 -1
ProtHGT_app.py
CHANGED
@@ -555,7 +555,7 @@ if st.session_state.submitted:
|
|
555 |
if not selected_proteins:
|
556 |
st.info("Please select proteins from the sidebar to visualize their knowledge graphs.")
|
557 |
elif len(selected_proteins) <= 10:
|
558 |
-
st.
|
559 |
|
560 |
protein_tabs = st.tabs([f"{protein_id}" for protein_id in selected_proteins])
|
561 |
|
|
|
555 |
if not selected_proteins:
|
556 |
st.info("Please select proteins from the sidebar to visualize their knowledge graphs.")
|
557 |
elif len(selected_proteins) <= 10:
|
558 |
+
st.markdown("Visualize the knowledge graph for query proteins to explore the biological relationships that contributed to the predictions. The current tool supports up to second-degree connections. For deeper exploration beyond these, you can download the complete knowledge graph from [here](https://drive.google.com/file/d/18u1o2sm8YjMo9joFw4Ilwvg0-rUU0PXK/view?usp=share_link).")
|
559 |
|
560 |
protein_tabs = st.tabs([f"{protein_id}" for protein_id in selected_proteins])
|
561 |
|