aksell commited on
Commit
f60f302
1 Parent(s): c621eec

Link to RCSB structure

Browse files
Files changed (1) hide show
  1. hexviz/app.py +1 -0
hexviz/app.py CHANGED
@@ -50,6 +50,7 @@ def get_3dview(pdb):
50
 
51
  xyzview = get_3dview(pdb_id)
52
  showmol(xyzview, height=500, width=800)
 
53
 
54
  """
55
  More models will be added soon.
 
50
 
51
  xyzview = get_3dview(pdb_id)
52
  showmol(xyzview, height=500, width=800)
53
+ st.markdown(f'PDB: [{pdb_id}](https://www.rcsb.org/structure/{pdb_id})', unsafe_allow_html=True)
54
 
55
  """
56
  More models will be added soon.