igashov commited on
Commit
4bec175
·
1 Parent(s): 1ac1b9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -9,9 +9,9 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
9
  <head>
10
  <style>
11
  .mol-container {
12
- width: 60%;
13
- height: 400px;
14
- position: relative;
15
  }
16
  </style>
17
  <script src="http://3Dmol.csb.pitt.edu/build/3Dmol-min.js""></script>
 
9
  <head>
10
  <style>
11
  .mol-container {
12
+ width: 60%;
13
+ height: 400px;
14
+ position: relative;
15
  }
16
  </style>
17
  <script src="http://3Dmol.csb.pitt.edu/build/3Dmol-min.js""></script>