parquet-viewer / index.html
severo's picture
severo HF Staff
Update index.html
12a05ce verified
raw
history blame
1.32 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hyperparam Parquet Viewer</title>
<!--
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Mulish:wght@400;600&display=swap"/>
<meta name="description" content="hyperparam is the missing UI for machine learning" />
<link href="/favicon.png" rel="icon" />
<link rel="icon" type="image/svg+xml" href="/assets/logo.svg" />
<meta name="theme-color" content="#6b00ff">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" crossorigin src="/assets/index-YaaS_KTT.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-tIWBrD2G.css">
-->
<script src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"@huggingface/hub": "https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/+esm"
}
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module">
import { oauthLoginUrl, oauthHandleRedirectIfPresent } from "@huggingface/hub";
console.log(window.huggingface)
console.log((await oauthLoginUrl({scopes: window.huggingface.variables.OAUTH_SCOPES})) + "&prompt=consent")
</script>
</body>
</html>