Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,9 +9,9 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
|
|
9 |
<head>
|
10 |
<style>
|
11 |
.mol-container {
|
12 |
-
|
13 |
-
|
14 |
-
|
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>
|