File size: 1,396 Bytes
c2ce1fe
bc91045
 
 
 
 
 
e09e87e
82502f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc91045
 
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
<!DOCTYPE html>
<html>
	<head>
		<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/lite/dist/lite.js"></script>
		<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite/dist/lite.css" />
	</head>
	<body>
	    <!-- This app was created with KiteWind Chat-assisted Web App Creator (https://huggingface.co/spaces/gstaff/KiteWind) -->
		<div id="gradio-app"></div>
        <script type="module">
          const code = \`STARTING_CODE\`;
           // Mount options defined here: https://github.com/gradio-app/gradio/blob/1d986217f6f4fc1829e528d2afe365635788204f/js/lite/index.html#L27
          const appController = createGradioApp({
                    target: document.getElementById("gradio-app"),
                    code: code,
                    info: true,
                    container: true,
                    isEmbed: false,
                    initialHeight: "400px",
                    eager: false,
                    themeMode: null,
                    autoScroll: false,
                    controlPageTitle: false,
                    appMode: true
                });
          // Returned controller functions defined here:
          // https://github.com/gradio-app/gradio/blob/1d986217f6f4fc1829e528d2afe365635788204f/js/app/src/lite/index.ts#L165
          window.appController = appController;
        </script>
	</body>
</html>