NielTT commited on
Commit
0c79894
·
verified ·
1 Parent(s): 06ed853

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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>🚀 Advanced AI-powered epitope prediction with interactive 3D visualization</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