Spaces:
Running
Running
small ui update
Browse files- index.html +2 -3
index.html
CHANGED
@@ -361,9 +361,9 @@
|
|
361 |
<!-- Hero -->
|
362 |
<header class="hero" role="banner">
|
363 |
<div class="hero-copy">
|
364 |
-
<h1>Private Watermark Detection
|
365 |
<div class="explanation-text">
|
366 |
-
Private SynthID uses Google's SynthID technology to detect watermarks in AI-generated text while preserving privacy through Fully Homomorphic Encryption (FHE). This means you can check if text contains AI watermarks without revealing the content to anyone.
|
367 |
</div>
|
368 |
</div>
|
369 |
|
@@ -393,7 +393,6 @@ sequenceDiagram
|
|
393 |
|
394 |
<!-- Wizard Steps -->
|
395 |
<main>
|
396 |
-
<h2 class="section-title">How watermark detection works</h2>
|
397 |
<div class="cards-wrapper">
|
398 |
<!-- 1 Keys -->
|
399 |
<section class="card" aria-labelledby="step1">
|
|
|
361 |
<!-- Hero -->
|
362 |
<header class="hero" role="banner">
|
363 |
<div class="hero-copy">
|
364 |
+
<h1>Private Watermark Detection</h1>
|
365 |
<div class="explanation-text">
|
366 |
+
Private SynthID uses Google's SynthID technology to detect watermarks in AI-generated text while preserving privacy through Fully Homomorphic Encryption (FHE). This means you can check if text contains AI watermarks without revealing the content to anyone. Learn more about <a href="https://deepmind.google/science/synthid/" target="_blank">SynthID</a> and <a href="https://www.zama.ai/" target="_blank">FHE applications</a>.
|
367 |
</div>
|
368 |
</div>
|
369 |
|
|
|
393 |
|
394 |
<!-- Wizard Steps -->
|
395 |
<main>
|
|
|
396 |
<div class="cards-wrapper">
|
397 |
<!-- 1 Keys -->
|
398 |
<section class="card" aria-labelledby="step1">
|