Tweak viewport for scrolling images
Browse files- app/src/index.html +1 -1
app/src/index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<script src="distill.bundle.js" type="module" fetchpriority="high" blocking></script>
|
5 |
<script src="main.bundle.js" type="module" fetchpriority="low" defer></script>
|
6 |
-
<meta name="viewport" content="width=device-width, initial-scale=1
|
7 |
<meta charset="utf8">
|
8 |
<base target="_blank">
|
9 |
<title>Scaling test-time compute for open models: How we implemented DeepMind’s compute-optimal recipe to solve hard math problems like OpenAI’s o1</title>
|
|
|
3 |
<head>
|
4 |
<script src="distill.bundle.js" type="module" fetchpriority="high" blocking></script>
|
5 |
<script src="main.bundle.js" type="module" fetchpriority="low" defer></script>
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
<meta charset="utf8">
|
8 |
<base target="_blank">
|
9 |
<title>Scaling test-time compute for open models: How we implemented DeepMind’s compute-optimal recipe to solve hard math problems like OpenAI’s o1</title>
|