Spaces:
Running
Running
fix UI
Browse files- index.html +6 -8
index.html
CHANGED
@@ -31,11 +31,9 @@
|
|
31 |
}
|
32 |
|
33 |
.explanation-text {
|
34 |
-
max-width: var(--container-max);
|
35 |
-
margin: 0 auto calc(var(--spacing-unit) * 4);
|
36 |
-
padding: calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 4);
|
37 |
font-size: 1.1rem;
|
38 |
line-height: 1.6;
|
|
|
39 |
}
|
40 |
|
41 |
.explanation-text a {
|
@@ -119,6 +117,7 @@
|
|
119 |
.hero-diagram .mermaid {
|
120 |
max-width: 100%;
|
121 |
font-family: 'Telegraf', sans-serif;
|
|
|
122 |
}
|
123 |
|
124 |
/* wizard */
|
@@ -337,10 +336,6 @@
|
|
337 |
</script>
|
338 |
</head>
|
339 |
<body>
|
340 |
-
<div class="explanation-text">
|
341 |
-
Private SynthID uses Google's SynthID technology to detect AI-generated text while preserving privacy through Fully Homomorphic Encryption (FHE). This means you can check if text was generated by AI without revealing the content to anyone. Learn more about <a href="https://deepmind.google/science/synthid/" target="_blank">SynthID</a> and <a href="https://huggingface.co/spaces/zama-fhe/encrypted_image_filtering" target="_blank">FHE applications</a>.
|
342 |
-
</div>
|
343 |
-
|
344 |
<!-- Navbar -->
|
345 |
<nav class="navbar">
|
346 |
<div class="logo">ZAMA</div>
|
@@ -350,7 +345,10 @@
|
|
350 |
<!-- Hero -->
|
351 |
<header class="hero" role="banner">
|
352 |
<div class="hero-copy">
|
353 |
-
<h1>
|
|
|
|
|
|
|
354 |
<p>Private, end-to-end detection using fully homomorphic encryption.</p>
|
355 |
</div>
|
356 |
|
|
|
31 |
}
|
32 |
|
33 |
.explanation-text {
|
|
|
|
|
|
|
34 |
font-size: 1.1rem;
|
35 |
line-height: 1.6;
|
36 |
+
margin-bottom: calc(var(--spacing-unit) * 4);
|
37 |
}
|
38 |
|
39 |
.explanation-text a {
|
|
|
117 |
.hero-diagram .mermaid {
|
118 |
max-width: 100%;
|
119 |
font-family: 'Telegraf', sans-serif;
|
120 |
+
font-size: 1.2rem;
|
121 |
}
|
122 |
|
123 |
/* wizard */
|
|
|
336 |
</script>
|
337 |
</head>
|
338 |
<body>
|
|
|
|
|
|
|
|
|
339 |
<!-- Navbar -->
|
340 |
<nav class="navbar">
|
341 |
<div class="logo">ZAMA</div>
|
|
|
345 |
<!-- Hero -->
|
346 |
<header class="hero" role="banner">
|
347 |
<div class="hero-copy">
|
348 |
+
<h1>Private Watermark Detection - Check if your text is AI Generated</h1>
|
349 |
+
<div class="explanation-text">
|
350 |
+
Private SynthID uses Google's SynthID technology to detect AI-generated text while preserving privacy through Fully Homomorphic Encryption (FHE). This means you can check if text was generated by AI without revealing the content to anyone. Learn more about <a href="https://deepmind.google/science/synthid/" target="_blank">SynthID</a> and <a href="https://huggingface.co/spaces/zama-fhe/encrypted_image_filtering" target="_blank">FHE applications</a>.
|
351 |
+
</div>
|
352 |
<p>Private, end-to-end detection using fully homomorphic encryption.</p>
|
353 |
</div>
|
354 |
|