Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="container mx-auto px-4">
|
11 |
-
<h1 class="text-3xl font-bold">
|
12 |
π Pyodide demo
|
13 |
</h1>
|
14 |
<h2 class="text-gray">Python implementation of GPT-2 Tokenizer running inside your browser</h2>
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="container mx-auto px-4">
|
11 |
+
<h1 class="text-3xl mt-6 font-bold">
|
12 |
π Pyodide demo
|
13 |
</h1>
|
14 |
<h2 class="text-gray">Python implementation of GPT-2 Tokenizer running inside your browser</h2>
|