i_vorobyev
commited on
Commit
·
69699d7
1
Parent(s):
ead6b80
add seq
Browse files
app.py
CHANGED
@@ -84,9 +84,9 @@ def molecule(input_pdb, h_seq, l_seq):
|
|
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:
|
88 |
<div style="width: 20px; height: 20px; background-color: blue; display: inline-block;"></div>
|
89 |
-
<span style="margin-left:
|
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>
|
|
|
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: 3px;">Heavy chain</span><br>
|
88 |
<div style="width: 20px; height: 20px; background-color: blue; display: inline-block;"></div>
|
89 |
+
<span style="margin-left: 3px;">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>
|