Spaces:
Sleeping
Sleeping
Aksel Lenes
commited on
Commit
•
c848ab7
1
Parent(s):
0be0010
Default to white protein
Browse files
hexviz/🧬Attention_Visualization.py
CHANGED
@@ -55,7 +55,7 @@ if "show_ligands" not in st.session_state:
|
|
55 |
st.session_state.show_ligands = True
|
56 |
show_ligands = st.sidebar.checkbox("Show ligands", key="show_ligands")
|
57 |
if "color_protein" not in st.session_state:
|
58 |
-
st.session_state.color_protein =
|
59 |
color_protein = st.sidebar.checkbox("Color protein", key="color_protein")
|
60 |
|
61 |
|
|
|
55 |
st.session_state.show_ligands = True
|
56 |
show_ligands = st.sidebar.checkbox("Show ligands", key="show_ligands")
|
57 |
if "color_protein" not in st.session_state:
|
58 |
+
st.session_state.color_protein = False
|
59 |
color_protein = st.sidebar.checkbox("Color protein", key="color_protein")
|
60 |
|
61 |
|