Abhishek Thakur commited on
Commit
fee8b21
·
1 Parent(s): 677a35d

target=_blank

Browse files
Files changed (1) hide show
  1. competitions/templates/index.html +1 -1
competitions/templates/index.html CHANGED
@@ -388,7 +388,7 @@
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>
 
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" target="_blank"
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>