aksell commited on
Commit
6002f51
1 Parent(s): d1b48a1

Link to provis as a source for the attention visualization

Browse files
Files changed (1) hide show
  1. hexviz/app.py +1 -1
hexviz/app.py CHANGED
@@ -58,5 +58,5 @@ showmol(xyzview, height=500, width=800)
58
  st.markdown(f'PDB: [{pdb_id}](https://www.rcsb.org/structure/{pdb_id})', unsafe_allow_html=True)
59
 
60
  """
61
- More models will be added soon.
62
  """
 
58
  st.markdown(f'PDB: [{pdb_id}](https://www.rcsb.org/structure/{pdb_id})', unsafe_allow_html=True)
59
 
60
  """
61
+ More models will be added soon. The attention visualization is inspired by [provis](https://github.com/salesforce/provis#provis-attention-visualizer).
62
  """