Spaces:
Sleeping
Sleeping
Change example PDB to one with a ligand
Browse files
hexviz/🧬Attention_Visualization.py
CHANGED
@@ -22,7 +22,7 @@ st.sidebar.markdown(
|
|
22 |
""")
|
23 |
pdb_id = st.sidebar.text_input(
|
24 |
label="PDB ID",
|
25 |
-
value="
|
26 |
)
|
27 |
structure = get_structure(pdb_id)
|
28 |
chains = get_chains(structure)
|
|
|
22 |
""")
|
23 |
pdb_id = st.sidebar.text_input(
|
24 |
label="PDB ID",
|
25 |
+
value="2FZ5",
|
26 |
)
|
27 |
structure = get_structure(pdb_id)
|
28 |
chains = get_chains(structure)
|