Abhishek Thakur
commited on
Commit
·
677a35d
1
Parent(s):
3df244c
/login/huggingface/
Browse files
competitions/templates/index.html
CHANGED
@@ -388,11 +388,12 @@
|
|
388 |
class="mt-1 block w-full border border-gray-300 px-3 py-1.5 bg-white rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500">
|
389 |
</li>
|
390 |
<li id="loginButton" style="display: none;">
|
391 |
-
<a href="/
|
392 |
class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Login with Hugging
|
393 |
Face</a>
|
394 |
</li>
|
395 |
</ul>
|
|
|
396 |
<footer>
|
397 |
<div class="w-full mx-auto max-w-screen-xl p-4 md:flex md:items-center md:justify-between">
|
398 |
<span class="text-sm text-gray-500 sm:text-center">Powered by <a
|
|
|
388 |
class="mt-1 block w-full border border-gray-300 px-3 py-1.5 bg-white rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500">
|
389 |
</li>
|
390 |
<li id="loginButton" style="display: none;">
|
391 |
+
<a href="/login/huggingface"
|
392 |
class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Login with Hugging
|
393 |
Face</a>
|
394 |
</li>
|
395 |
</ul>
|
396 |
+
|
397 |
<footer>
|
398 |
<div class="w-full mx-auto max-w-screen-xl p-4 md:flex md:items-center md:justify-between">
|
399 |
<span class="text-sm text-gray-500 sm:text-center">Powered by <a
|