File size: 1,118 Bytes
00df4b2 | 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 35 36 37 38 39 40 41 42 43 44 45 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- <script type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/3.4.1/gradio.js">
</script> -->
</head>
<body>
<!-- <gradio-app space="arkiitkgp/faqgen"> <gradio-app></gradio-app> -->
<style type="text/css">
html, body{
width:100%;
height:100%;
overflow:hidden;
margin:0px;
}
</style>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript">
function autoResize(iframe) {
$(iframe).height($(iframe).contents().find('html').height());
}
</script>
<iframe src="https://hf.space/embed/arkiitkgp/faqgen/+" allow="camera; microphone" width="100%" height="100%" marginheight="0" frameborder="0" border="0" scrolling="auto" onload="autoResize(this);"></iframe>
<br>
<br>
<br>
<p> <br> </p>
<footer>
© <em id="date"></em>ARK Tech
</footer>
</body>
</html> |