File size: 951 Bytes
48a6a34
374da3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48a6a34
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!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>