Spaces:
Running
Running
<div class="results"> | |
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;"> | |
<h3 style="margin: 0;">Analysis Results</h3> | |
<div> | |
Confidence Score: <span class="$confidence_class">$confidence_score%</span> | |
</div> | |
</div> | |
$verification_warning | |
<div class="grid grid-cols-2 gap-4"> | |
<div class="space-y-4"> | |
<div class="entity-section"> | |
<h4>People Detected</h4> | |
<ul>$people_list</ul> | |
</div> | |
<div class="entity-section"> | |
<h4>Organizations</h4> | |
<ul>$org_list</ul> | |
</div> | |
<div class="entity-section"> | |
<h4>Locations</h4> | |
<ul>$location_list</ul> | |
</div> | |
</div> | |
<div class="space-y-4"> | |
<div class="entity-section"> | |
<h4>Temporal References</h4> | |
<ul>$temporal_list</ul> | |
</div> | |
<div class="entity-section"> | |
<h4>Hashtags</h4> | |
<ul>$hashtag_list</ul> | |
</div> | |
<div class="entity-section"> | |
<h4>Entity Relationships</h4> | |
<ul>$entity_relationships</ul> | |
</div> | |
</div> | |
</div> | |
$validation_success | |
<div class="related-events"> | |
<h4>Related Events</h4> | |
<ul>$related_events</ul> | |
</div> | |
<div class="entity-stats mt-4 p-4 bg-gray-50 rounded-lg"> | |
<h4 class="mb-2">Analysis Metrics</h4> | |
<div class="grid grid-cols-3 gap-4 text-sm"> | |
<div> | |
<strong>Confidence Breakdown:</strong> | |
<ul class="mt-1"> | |
<li>Base Confidence: $base_confidence%</li> | |
<li>Entity Boost: $entity_boost%</li> | |
</ul> | |
</div> | |
<div> | |
<strong>Entity Coverage:</strong> | |
<ul class="mt-1"> | |
<li>Types Detected: $types_detected</li> | |
<li>Total Entities: $total_entities</li> | |
</ul> | |
</div> | |
<div> | |
<strong>Relationships:</strong> | |
<ul class="mt-1"> | |
<li>Direct: $direct_relationships</li> | |
<li>Related Events: $related_event_count</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> |