File size: 889 Bytes
f963644
 
 
 
 
 
 
 
 
2bad4a4
44c4bd5
f963644
9c070e6
2bad4a4
 
 
 
 
 
 
 
 
 
 
 
 
 
9c070e6
f963644
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
<!doctype html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title>My static Space</title>
		<link rel="stylesheet" href="style.css" />
	</head>
	<body>
		<!-- <pre /> -->
		<!-- <iframe src="https://0d46f909bdf7a829a4.gradio.live"  height="1024px" width="100%"/> -->
	</body>
	<script>
		function insertIframe(src) {
			// Create the iframe element
			const iframe = document.createElement('iframe');

			// Set the iframe attributes
			iframe.src = src;
			iframe.height = '1024px';
			iframe.width = '100%';

			// Insert the iframe into the body or any other target container
			document.body.appendChild(iframe);
		}
		insertIframe(window.huggingface.variables['DEMO_URL'])
		// document.querySelector("pre").textContent =window.huggingface.variables['DEMO_URL']// JSON.stringify(window.huggingface, null, 2)
	</script>
</html>