Spaces:
Running
Running
File size: 910 Bytes
039420f 62f9cd7 039420f 62f9cd7 039420f 62f9cd7 039420f |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embedded OsloKollegaGPT App</title>
<script>
function disableCORS() {
var iframe = document.getElementById('streamlit-iframe');
var iframeWindow = iframe.contentWindow;
try {
iframe.contentDocument.domain = document.domain;
iframeWindow.document.domain = document.domain;
} catch (e) {
console.error('Failed to set document.domain:', e);
}
}
</script>
</head>
<body onload="disableCORS()">
<iframe id="streamlit-iframe" src="https://chatgpt.com/g/g-dy1eDboPn-sloollega-ver-iii-03/?embedded=true" width="100%" height="600px" frameborder="0"></iframe>
</body>
</html> |