i_vorobyev
commited on
Commit
·
ead6b80
1
Parent(s):
ebd6115
add seq
Browse files
app.py
CHANGED
@@ -82,17 +82,14 @@ def molecule(input_pdb, h_seq, l_seq):
|
|
82 |
allow-scripts allow-same-origin allow-popups
|
83 |
allow-top-navigation-by-user-activation allow-downloads" allowfullscreen=""
|
84 |
allowpaymentrequest="" frameborder="0" srcdoc='{x}'></iframe>
|
85 |
-
<div style="position: absolute; top: 10px; right: 10px; background-color: white; padding: 10px; border: 1px solid black;">
|
86 |
<div style="position: absolute; top: 10px; right: 10px; background-color: white; padding: 10px; border: 1px solid black;">
|
87 |
<div style="width: 20px; height: 20px; background-color: red; display: inline-block;"></div>
|
88 |
<span style="margin-left: 5px;">Heavy chain</span><br>
|
89 |
<div style="width: 20px; height: 20px; background-color: blue; display: inline-block;"></div>
|
90 |
<span style="margin-left: 5px;">Light chain</span>
|
91 |
-
|
92 |
-
|
93 |
-
<div style="display: flex; justify-content: space-between; margin-top: 5px;">
|
94 |
<a href="data:application/octet-stream;base64,{base64_content}" download="structure.pdb">Download File</a>
|
95 |
-
|
96 |
</div>
|
97 |
"""
|
98 |
|
|
|
82 |
allow-scripts allow-same-origin allow-popups
|
83 |
allow-top-navigation-by-user-activation allow-downloads" allowfullscreen=""
|
84 |
allowpaymentrequest="" frameborder="0" srcdoc='{x}'></iframe>
|
|
|
85 |
<div style="position: absolute; top: 10px; right: 10px; background-color: white; padding: 10px; border: 1px solid black;">
|
86 |
<div style="width: 20px; height: 20px; background-color: red; display: inline-block;"></div>
|
87 |
<span style="margin-left: 5px;">Heavy chain</span><br>
|
88 |
<div style="width: 20px; height: 20px; background-color: blue; display: inline-block;"></div>
|
89 |
<span style="margin-left: 5px;">Light chain</span>
|
90 |
+
<div style="display: flex; justify-content: space-between; margin-top: 5px;">
|
|
|
|
|
91 |
<a href="data:application/octet-stream;base64,{base64_content}" download="structure.pdb">Download File</a>
|
92 |
+
</div>
|
93 |
</div>
|
94 |
"""
|
95 |
|