hlnicholls commited on
Commit
f2fcde1
1 Parent(s): 608897b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -118,14 +118,12 @@ st.markdown(
118
  unsafe_allow_html=True
119
  )
120
 
121
- # Description text
122
  # Description text
123
  st.markdown(
124
  """
125
- - The color of each node represents its degree (number of direct connections it has with other nodes).
126
- - The size of each node represents its betweenness centrality.
127
- - Larger nodes play a more central role in the network, facilitating communication between other proteins.
128
- - Node edges/connections are colour-coded by confidence of PPI (lighter colors (brighter) represent stronger interactions).
129
  - Genes that interact with cardiovascular drugs are highlighted with a bold black outline.
130
  """,
131
  unsafe_allow_html=True
 
118
  unsafe_allow_html=True
119
  )
120
 
 
121
  # Description text
122
  st.markdown(
123
  """
124
+ - The colour of each node represents its degree (number of direct connections it has with other nodes).
125
+ - The size of each node represents its betweenness centrality (larger nodes play a more central role in the network, facilitating communication between other proteins).
126
+ - Node edges/connections are colour-coded by confidence of PPI (lighter colours (brighter) represent stronger interactions).
 
127
  - Genes that interact with cardiovascular drugs are highlighted with a bold black outline.
128
  """,
129
  unsafe_allow_html=True