Update interactive_report.html
Browse files- interactive_report.html +9 -2
interactive_report.html
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Interactive Report: Marathi Sentence Similarity</title>
|
|
|
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
@@ -110,10 +111,16 @@
|
|
| 110 |
<body class="antialiased">
|
| 111 |
<div class="container mx-auto px-4 py-8 sm:px-6 lg:px-8">
|
| 112 |
|
|
|
|
| 113 |
<header class="text-center mb-12">
|
| 114 |
-
|
| 115 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
</header>
|
|
|
|
| 117 |
|
| 118 |
<main>
|
| 119 |
<div id="overview" class="page-section space-y-8">
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Interactive Report: Marathi Sentence Similarity</title>
|
| 7 |
+
--
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
| 10 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
|
|
| 111 |
<body class="antialiased">
|
| 112 |
<div class="container mx-auto px-4 py-8 sm:px-6 lg:px-8">
|
| 113 |
|
| 114 |
+
<!--
|
| 115 |
<header class="text-center mb-12">
|
| 116 |
+
<h1 class="text-4xl font-bold text-gray-50 mb-2">
|
| 117 |
+
Evaluating & Enhancing Marathi Sentence Similarity
|
| 118 |
+
</h1>
|
| 119 |
+
<p class="text-lg text-gray-300">
|
| 120 |
+
An interactive exploration of adapting AI for a low-resource language.
|
| 121 |
+
</p>
|
| 122 |
</header>
|
| 123 |
+
-->
|
| 124 |
|
| 125 |
<main>
|
| 126 |
<div id="overview" class="page-section space-y-8">
|