File size: 799 Bytes
af0b21e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Your Space</title>
    <style>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
        }
        iframe {
            width: 80%;  /* Adjust the width as needed */
            height: 80vh; /* Adjust the height as needed */
            border: 1px solid #ccc; /* Optional styling */
        }
    </style>
</head>
<body>
    <iframe src="https://kingnish-opengpt-4o.hf.space" 
            title="Embedded Hugging Face Space" 
            frameborder="0">
        Your browser does not support iframes.
    </iframe>
</body>
</html>