jonathanjordan21 commited on
Commit
8fff71f
·
verified ·
1 Parent(s): 97e914c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -18,7 +18,7 @@
18
  <script src="https://accounts.google.com/gsi/client" async></script>
19
  <div id="g_id_onload"
20
  data-client_id="618082994908-qi7g0qckn4shjh44g691n7ga4rcpnpjr.apps.googleusercontent.com"
21
- data-login_uri="http://localhost:8081"
22
  data-auto_prompt="false">
23
  </div>
24
  <div class="g_id_signin"
@@ -29,5 +29,6 @@
29
  data-shape="rectangular"
30
  data-logo_alignment="left">
31
  </div>
 
32
  </body>
33
  </html>
 
18
  <script src="https://accounts.google.com/gsi/client" async></script>
19
  <div id="g_id_onload"
20
  data-client_id="618082994908-qi7g0qckn4shjh44g691n7ga4rcpnpjr.apps.googleusercontent.com"
21
+ data-login_uri="http://localhost:8080"
22
  data-auto_prompt="false">
23
  </div>
24
  <div class="g_id_signin"
 
29
  data-shape="rectangular"
30
  data-logo_alignment="left">
31
  </div>
32
+ <!-- <a href=f"https://huggingface.co/oauth/authorize?redirect_uri={REDIRECT_URI}&scope=openid%20profile&client_id={}&state={STATE}" -->
33
  </body>
34
  </html>