WebashalarForML commited on
Commit
1d55964
·
verified ·
1 Parent(s): 27bebfe

Update templates/result.html

Browse files
Files changed (1) hide show
  1. templates/result.html +3 -3
templates/result.html CHANGED
@@ -45,6 +45,7 @@
45
  .premium-title {
46
  background: linear-gradient(135deg, #fff 0%, #aaa 100%);
47
  -webkit-background-clip: text;
 
48
  -webkit-text-fill-color: transparent;
49
  font-weight: 600;
50
  letter-spacing: -1px;
@@ -175,8 +176,8 @@
175
  {% endwith %}
176
 
177
  <div class="d-flex align-items-center justify-content-between mb-5">
178
- <h1 class="premium-title mb-0">Extraction Analysis <small style="font-size: 0.7rem; color: var(--primary); letter-spacing: 1px; font-weight: 400;">v2.1 GOLD</small></h1>
179
- <a href="{{ url_for('reset_upload') }}" class="btn-premium">Process New Image</a>
180
  </div>
181
 
182
  {% if data %}
@@ -323,4 +324,3 @@
323
  </html>
324
 
325
  </html>
326
-
 
45
  .premium-title {
46
  background: linear-gradient(135deg, #fff 0%, #aaa 100%);
47
  -webkit-background-clip: text;
48
+ background-clip: text;
49
  -webkit-text-fill-color: transparent;
50
  font-weight: 600;
51
  letter-spacing: -1px;
 
176
  {% endwith %}
177
 
178
  <div class="d-flex align-items-center justify-content-between mb-5">
179
+ <h1 class="premium-title mb-0">Extraction Analysis <small style="font-size: 0.4em; color: var(--primary); letter-spacing: 2px; font-weight: 400; display: block; text-align: left;">v2.1 GOLD</small></h1>
180
+ <a href="{{ url_for('reset_upload') }}" class="btn-premium" style="width: auto;">Process New Image</a>
181
  </div>
182
 
183
  {% if data %}
 
324
  </html>
325
 
326
  </html>