osanseviero commited on
Commit
a354091
·
1 Parent(s): 6aa7555

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -17,8 +17,6 @@ with open(pdb_filename, "w") as out:
17
  out.write(pdb_string)
18
  print(pdb_string)
19
 
20
- # 1A2C
21
- # Structure of thrombin inhibited by AERUGINOSIN298-A from a BLUE-GREEN ALGA
22
  xyzview = py3Dmol.view(js='https://3dmol.org/build/3Dmol.js', width=800, height=400)
23
  xyzview.addModel(pdb_filename, "pdb")
24
  print("Set style")
 
17
  out.write(pdb_string)
18
  print(pdb_string)
19
 
 
 
20
  xyzview = py3Dmol.view(js='https://3dmol.org/build/3Dmol.js', width=800, height=400)
21
  xyzview.addModel(pdb_filename, "pdb")
22
  print("Set style")