Spaces:
Running
Running
Update index.html
Browse files- 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:
|
| 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>
|