Spaces:
Runtime error
Runtime error
Update index.html
Browse files- index.html +36 -38
index.html
CHANGED
|
@@ -1,39 +1,37 @@
|
|
| 1 |
-
<!DOCTYPE html>
|
| 2 |
-
<html lang="en">
|
| 3 |
-
<head>
|
| 4 |
-
<meta charset="UTF-8">
|
| 5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>TwoQuarks • QuarksLab</title>
|
| 7 |
-
<link rel="stylesheet" href="style.css">
|
| 8 |
-
</head>
|
| 9 |
-
<body>
|
| 10 |
-
<!-- Quantum particle background -->
|
| 11 |
-
<canvas id="quantumField"></canvas>
|
| 12 |
-
|
| 13 |
-
<!-- Main application -->
|
| 14 |
-
<div id="tqApp">
|
| 15 |
-
<!-- Hero Section -->
|
| 16 |
-
<div class="tq-hero">
|
| 17 |
-
<div class="tq-hero__brand">TwoQuarks Research Lab</div>
|
| 18 |
-
<p class="tq-hero__desc">
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
<
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
<a href="#
|
| 27 |
-
<a href="#
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
<
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
</
|
| 36 |
-
|
| 37 |
-
<script src="quantum-field.js"></script>
|
| 38 |
-
</body>
|
| 39 |
</html>
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>TwoQuarks • QuarksLab</title>
|
| 7 |
+
<link rel="stylesheet" href="style.css">
|
| 8 |
+
</head>
|
| 9 |
+
<body>
|
| 10 |
+
<!-- Quantum particle background -->
|
| 11 |
+
<canvas id="quantumField"></canvas>
|
| 12 |
+
|
| 13 |
+
<!-- Main application -->
|
| 14 |
+
<div id="tqApp">
|
| 15 |
+
<!-- Hero Section -->
|
| 16 |
+
<div class="tq-hero">
|
| 17 |
+
<div class="tq-hero__brand">TwoQuarks Research Lab</div>
|
| 18 |
+
<p class="tq-hero__desc">
|
| 19 |
+
TwoQuarks defines model collapse as a failure of inference-time stability rather than capacity.
|
| 20 |
+
</p>
|
| 21 |
+
|
| 22 |
+
<!-- Navigation Pills -->
|
| 23 |
+
<div class="tq-pills">
|
| 24 |
+
<a href="#models" class="tq-pill tq-pill--active">Models</a>
|
| 25 |
+
<a href="#gallery" class="tq-pill">Gallery</a>
|
| 26 |
+
<a href="#research" class="tq-pill">Research</a>
|
| 27 |
+
<a href="#api" class="tq-pill">API</a>
|
| 28 |
+
</div>
|
| 29 |
+
</div>
|
| 30 |
+
|
| 31 |
+
<!-- Gradio interface will be injected here -->
|
| 32 |
+
<div id="gradio-app"></div>
|
| 33 |
+
</div>
|
| 34 |
+
|
| 35 |
+
<script src="quantum-field.js"></script>
|
| 36 |
+
</body>
|
|
|
|
|
|
|
| 37 |
</html>
|