z9760405 commited on
Commit
c4569bc
·
verified ·
1 Parent(s): eba28ca

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -0
index.html CHANGED
@@ -309,6 +309,7 @@
309
  <button class="tab-button" onclick="openTab(event, 'iframe02')">多模態API 應用</button>
310
  <button class="tab-button" onclick="openTab(event, 'iframe03')">Grop+Linebot+Webcam</button>
311
  <button class="tab-button" onclick="openTab(event, 'iframe04')">RAG知識庫</button>
 
312
  </div>
313
  <button id="logout-button">回到登入頁面</button>
314
  </div>
@@ -329,6 +330,10 @@
329
  <div id="iframe04" class="tab-content">
330
  <iframe src="https://z9760405-resendlangchain.hf.space" frameborder="0"></iframe>
331
  </div>
 
 
 
 
332
  </div>
333
  </section>
334
 
 
309
  <button class="tab-button" onclick="openTab(event, 'iframe02')">多模態API 應用</button>
310
  <button class="tab-button" onclick="openTab(event, 'iframe03')">Grop+Linebot+Webcam</button>
311
  <button class="tab-button" onclick="openTab(event, 'iframe04')">RAG知識庫</button>
312
+ <button class="tab-button" onclick="openTab(event, 'iframe05')">Gemini比對+Resend</button>
313
  </div>
314
  <button id="logout-button">回到登入頁面</button>
315
  </div>
 
330
  <div id="iframe04" class="tab-content">
331
  <iframe src="https://z9760405-resendlangchain.hf.space" frameborder="0"></iframe>
332
  </div>
333
+
334
+ <div id="iframe05" class="tab-content">
335
+ <iframe src="https://z9760405-gemini-ocr-resend0914.hf.space" frameborder="0"></iframe>
336
+ </div>
337
  </div>
338
  </section>
339