Update app.py
Browse files
app.py
CHANGED
@@ -1157,8 +1157,7 @@ def create_interface():
|
|
1157 |
gr.HTML("""
|
1158 |
<div style="text-align: center; margin-top: 30px; padding: 20px; background: #f0f0f0; border-radius: 10px;">
|
1159 |
<p>© 2024 B-cell Epitope Prediction Server | Powered by ReCEP model</p>
|
1160 |
-
<p
|
1161 |
-
<p><strong>Features:</strong> PDB ID/File support • ESM-C encoder • GPU acceleration • 3D visualization • Multiple export formats</p>
|
1162 |
</div>
|
1163 |
""")
|
1164 |
|
|
|
1157 |
gr.HTML("""
|
1158 |
<div style="text-align: center; margin-top: 30px; padding: 20px; background: #f0f0f0; border-radius: 10px;">
|
1159 |
<p>© 2024 B-cell Epitope Prediction Server | Powered by ReCEP model</p>
|
1160 |
+
<p><strong>Features:</strong> PDB ID/File support • 3D visualization • Multiple export formats</p>
|
|
|
1161 |
</div>
|
1162 |
""")
|
1163 |
|