simonduerr commited on
Commit
2a795a6
1 Parent(s): c1d7a42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -152,6 +152,7 @@ def molecule(input_pdb, ligand_pdb, original_ligand):
152
  display:inline-block;
153
  }
154
  </style>
 
155
  <script src="https://3Dmol.csb.pitt.edu/build/3Dmol-min.js"></script>
156
  </head>
157
  <body>
 
152
  display:inline-block;
153
  }
154
  </style>
155
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js" integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
156
  <script src="https://3Dmol.csb.pitt.edu/build/3Dmol-min.js"></script>
157
  </head>
158
  <body>