aksell commited on
Commit
ae26fb8
·
1 Parent(s): 2e6af7e

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="1AKE",
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)