Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -512,7 +512,7 @@ def format_results(analysis_result):
|
|
512 |
{''.join(f"""
|
513 |
<li class="mb-2">
|
514 |
<strong>{rel['source']}</strong> β
|
515 |
-
<span class="text-blue-600">{rel['type'].replace('_to_', ' β ')}</span>
|
516 |
<strong>{rel['target']}</strong>
|
517 |
<br/>
|
518 |
<small class="text-gray-600">Confidence: {int(rel['confidence'] * 100)}%</small>
|
|
|
512 |
{''.join(f"""
|
513 |
<li class="mb-2">
|
514 |
<strong>{rel['source']}</strong> β
|
515 |
+
<span class="text-blue-600">{rel['type'].replace('_to_', ' β ')}</span>
|
516 |
<strong>{rel['target']}</strong>
|
517 |
<br/>
|
518 |
<small class="text-gray-600">Confidence: {int(rel['confidence'] * 100)}%</small>
|