|
<!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%; |
|
height: 80vh; |
|
border: 1px solid #ccc; |
|
} |
|
</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> |
|
|