Spaces:
Sleeping
Sleeping
Link to provis as a source for the attention visualization
Browse files- 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 |
"""
|