Accelernate commited on
Commit
e2c4f7a
·
verified ·
1 Parent(s): 0744071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ if st.session_state.structure_info:
158
  mime='text/plain',
159
  )
160
 
161
- def render_mol(pdb):
162
  pdbview = py3Dmol.view(width=800, height=500)
163
  pdbview.addModel(pdb, 'pdb')
164
  pdbview.setStyle({'cartoon': {'color': 'spectrum'}})
 
158
  mime='text/plain',
159
  )
160
 
161
+ def render_mol(pdb):
162
  pdbview = py3Dmol.view(width=800, height=500)
163
  pdbview.addModel(pdb, 'pdb')
164
  pdbview.setStyle({'cartoon': {'color': 'spectrum'}})