julien-c HF staff commited on
Commit
dd83ef4
β€’
1 Parent(s): 669a951

Update index.html

Browse files
Files changed (1) hide show
  1. 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>