gradio-pyscript / index.html
victor's picture
victor HF staff
Update index.html
374da3e
raw history blame
No virus
951 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="theme-color" content="#000000" />
<meta name="name" content="PyScript/Panel KMeans Demo" />
<title>Pyscript/Panel KMeans Demo</title>
<link rel="icon" type="image/x-icon" href="./favicon.png" />
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
</head>
<!-- prettier-ignore -->
<!-- <py-config>
- runtimes:
- "https://cdn.jsdelivr.net/pyodide/dev/full/pyodide.js"
</py-config> -->
<!-- prettier-ignore -->
<py-env>
- gradio
</py-env>
<body>
<!-- prettier-ignore -->
<py-script>
print("Hello PyCon 2022!")
</py-script>
<script></script>
</body>
</html>