Spaces:
Runtime error
Runtime error
Update backend.py
Browse files- backend.py +6 -2
backend.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
"""
|
| 2 |
backend.py
|
| 3 |
==========
|
|
@@ -483,7 +484,6 @@ def _summary_md(r: DecisionResult, note: str) -> str:
|
|
| 483 |
|
| 484 |
---
|
| 485 |
|
| 486 |
-
|
| 487 |
### Explainability Metrics
|
| 488 |
|
| 489 |
| Metric | Value |
|
|
@@ -505,4 +505,8 @@ def _summary_md(r: DecisionResult, note: str) -> str:
|
|
| 505 |
**Protein:** {r.protein_analysis[:260]}{'…' if len(r.protein_analysis) > 260 else ''}
|
| 506 |
|
| 507 |
**Agreement:** {r.agreement_analysis[:260]}{'…' if len(r.agreement_analysis) > 260 else ''}
|
| 508 |
-
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
"""
|
| 3 |
backend.py
|
| 4 |
==========
|
|
|
|
| 484 |
|
| 485 |
---
|
| 486 |
|
|
|
|
| 487 |
### Explainability Metrics
|
| 488 |
|
| 489 |
| Metric | Value |
|
|
|
|
| 505 |
**Protein:** {r.protein_analysis[:260]}{'…' if len(r.protein_analysis) > 260 else ''}
|
| 506 |
|
| 507 |
**Agreement:** {r.agreement_analysis[:260]}{'…' if len(r.agreement_analysis) > 260 else ''}
|
| 508 |
+
"""
|
| 509 |
+
#Content is user-generated and unverified
|
| 510 |
+
|
| 511 |
+
|
| 512 |
+
|