|
<!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> |
|
|
|
|
|
|
|
|
|
|
|
|
|
<py-env> |
|
- gradio |
|
</py-env> |
|
|
|
<body> |
|
|
|
<py-script> |
|
print("Hello PyCon 2022!") |
|
</py-script> |
|
<script></script> |
|
</body> |
|
</html> |
|
|