dwb2023 commited on
Commit
ec097ed
Β·
verified Β·
1 Parent(s): 2960709

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>