vineelagampa meamgodyay commited on
Commit
7d67bac
·
verified ·
1 Parent(s): 7cc79ff

Update web/analyzer.html (#42)

Browse files

- Update web/analyzer.html (4b10c235ba6364de356c9cb2249fc03b1facb544)


Co-authored-by: Vihaan Jyothiswaroop <meamgodyay@users.noreply.huggingface.co>

Files changed (1) hide show
  1. web/analyzer.html +3 -3
web/analyzer.html CHANGED
@@ -91,7 +91,7 @@
91
  </div>
92
 
93
  <!-- Extracted Text -->
94
- <div
95
  class="bg-[var(--latte-cream)] border border-[var(--wisteria)] rounded-lg p-6 mb-8"
96
  >
97
  <h3 class="text-lg font-semibold mb-3">Extracted Text</h3>
@@ -101,7 +101,7 @@
101
  >
102
  OCR results will appear here.
103
  </div>
104
- </div>
105
 
106
  <!-- AI Findings -->
107
  <div
@@ -249,7 +249,7 @@
249
  } from "https://cdn.jsdelivr.net/npm/@xenova/transformers@2.6.0";
250
 
251
  const loadingEl = document.getElementById("loading");
252
- const textOutput = document.getElementById("text-output");
253
  const recsOutput = document.getElementById("recommendations-output");
254
  const chat = document.getElementById("chat-output");
255
  const authStatus = document.getElementById("auth-status");
 
91
  </div>
92
 
93
  <!-- Extracted Text -->
94
+ <!-- <div
95
  class="bg-[var(--latte-cream)] border border-[var(--wisteria)] rounded-lg p-6 mb-8"
96
  >
97
  <h3 class="text-lg font-semibold mb-3">Extracted Text</h3>
 
101
  >
102
  OCR results will appear here.
103
  </div>
104
+ </div> -->
105
 
106
  <!-- AI Findings -->
107
  <div
 
249
  } from "https://cdn.jsdelivr.net/npm/@xenova/transformers@2.6.0";
250
 
251
  const loadingEl = document.getElementById("loading");
252
+ // const textOutput = document.getElementById("text-output");
253
  const recsOutput = document.getElementById("recommendations-output");
254
  const chat = document.getElementById("chat-output");
255
  const authStatus = document.getElementById("auth-status");