vicliv commited on
Commit
f7cc3fc
·
1 Parent(s): f4000d9

changed to ai-generated score

Browse files
Files changed (1) hide show
  1. app/static/index.html +4 -4
app/static/index.html CHANGED
@@ -86,7 +86,7 @@
86
  <div class="flex items-start justify-between flex-wrap gap-2">
87
  <div>
88
  <div class="text-sm font-semibold text-gray-900 flex items-center gap-1.5">
89
- <span data-i18n="reliability_score">Reliability score</span>
90
  <svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4 text-gray-400" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
91
  <path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
92
  </svg>
@@ -102,12 +102,12 @@
102
  <div class="relative w-48 h-48 sm:w-56 sm:h-56">
103
  <svg viewBox="0 0 200 200" class="w-full h-full -rotate-90">
104
  <circle cx="100" cy="100" r="80" fill="none" stroke="#e5e7eb" stroke-width="14" stroke-linecap="round"/>
105
- <circle id="arc-fg" cx="100" cy="100" r="80" fill="none" stroke="#1d4ed8" stroke-width="14" stroke-linecap="round"
106
  stroke-dasharray="502.65" stroke-dashoffset="502.65" class="arc-fg"/>
107
  </svg>
108
  <div class="absolute inset-0 flex flex-col items-center justify-center">
109
- <div class="text-xs uppercase tracking-wider text-gray-500 font-semibold" data-i18n="reliability">Reliability</div>
110
- <div id="reliability-pct" class="text-4xl sm:text-5xl font-extrabold mt-1 text-gray-900">--%</div>
111
  </div>
112
  </div>
113
  </div>
 
86
  <div class="flex items-start justify-between flex-wrap gap-2">
87
  <div>
88
  <div class="text-sm font-semibold text-gray-900 flex items-center gap-1.5">
89
+ <span data-i18n="ai_score">AI-generated score</span>
90
  <svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4 text-gray-400" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
91
  <path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
92
  </svg>
 
102
  <div class="relative w-48 h-48 sm:w-56 sm:h-56">
103
  <svg viewBox="0 0 200 200" class="w-full h-full -rotate-90">
104
  <circle cx="100" cy="100" r="80" fill="none" stroke="#e5e7eb" stroke-width="14" stroke-linecap="round"/>
105
+ <circle id="arc-fg" cx="100" cy="100" r="80" fill="none" stroke="#dc2626" stroke-width="14" stroke-linecap="round"
106
  stroke-dasharray="502.65" stroke-dashoffset="502.65" class="arc-fg"/>
107
  </svg>
108
  <div class="absolute inset-0 flex flex-col items-center justify-center">
109
+ <div class="text-xs uppercase tracking-wider text-gray-500 font-semibold" data-i18n="ai_label">AI-generated</div>
110
+ <div id="score-pct" class="text-4xl sm:text-5xl font-extrabold mt-1 text-gray-900">--%</div>
111
  </div>
112
  </div>
113
  </div>