Spaces:
Build error
Build error
Add new rubrics table
Browse files- pages/index.js +25 -24
- run/database.db +0 -0
pages/index.js
CHANGED
|
@@ -66,30 +66,6 @@ export default function Home({ prompts, models }) {
|
|
| 66 |
the raw results.
|
| 67 |
</p>
|
| 68 |
<br />
|
| 69 |
-
|
| 70 |
-
<table style={{ maxWidth: 600 }}>
|
| 71 |
-
<th>
|
| 72 |
-
<p>
|
| 73 |
-
Edit: as this got popular, I added an email form to receive
|
| 74 |
-
notifications for future benchmark results:
|
| 75 |
-
</p>
|
| 76 |
-
<iframe
|
| 77 |
-
src="https://embeds.beehiiv.com/65bd6af1-2dea-417a-baf2-b65bc27e1610?slim=true"
|
| 78 |
-
height="52"
|
| 79 |
-
frameborder="0"
|
| 80 |
-
scrolling="no"
|
| 81 |
-
style={{
|
| 82 |
-
width: 400,
|
| 83 |
-
border: "none",
|
| 84 |
-
transform: "scale(0.8)",
|
| 85 |
-
transformOrigin: "left",
|
| 86 |
-
}}
|
| 87 |
-
></iframe>
|
| 88 |
-
<br />
|
| 89 |
-
<small>(no spam, max 1 email per month)</small>
|
| 90 |
-
</th>
|
| 91 |
-
</table>
|
| 92 |
-
<br />
|
| 93 |
<br />
|
| 94 |
<p>
|
| 95 |
{`view: `}
|
|
@@ -173,6 +149,31 @@ export default function Home({ prompts, models }) {
|
|
| 173 |
</a>
|
| 174 |
</li>
|
| 175 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 176 |
</main>
|
| 177 |
</>
|
| 178 |
)
|
|
|
|
| 66 |
the raw results.
|
| 67 |
</p>
|
| 68 |
<br />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
<br />
|
| 70 |
<p>
|
| 71 |
{`view: `}
|
|
|
|
| 149 |
</a>
|
| 150 |
</li>
|
| 151 |
</ul>
|
| 152 |
+
<br />
|
| 153 |
+
<br />
|
| 154 |
+
<table style={{ maxWidth: 600 }}>
|
| 155 |
+
<th>
|
| 156 |
+
<p>
|
| 157 |
+
Edit: as this got popular, I added an email form to receive
|
| 158 |
+
notifications for future benchmark results:
|
| 159 |
+
</p>
|
| 160 |
+
<iframe
|
| 161 |
+
src="https://embeds.beehiiv.com/65bd6af1-2dea-417a-baf2-b65bc27e1610?slim=true"
|
| 162 |
+
height="52"
|
| 163 |
+
frameborder="0"
|
| 164 |
+
scrolling="no"
|
| 165 |
+
style={{
|
| 166 |
+
width: 400,
|
| 167 |
+
border: "none",
|
| 168 |
+
transform: "scale(0.8)",
|
| 169 |
+
transformOrigin: "left",
|
| 170 |
+
}}
|
| 171 |
+
></iframe>
|
| 172 |
+
<br />
|
| 173 |
+
<small>(no spam, max 1 email per month)</small>
|
| 174 |
+
</th>
|
| 175 |
+
</table>
|
| 176 |
+
<br />
|
| 177 |
</main>
|
| 178 |
</>
|
| 179 |
)
|
run/database.db
CHANGED
|
Binary files a/run/database.db and b/run/database.db differ
|
|
|