Spaces:
Running
Running
File size: 507 Bytes
3b19bce 8de9bcc 3b19bce 8de9bcc 3b19bce 8de9bcc 3b19bce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PaperScope AI</title>
<style>body,html{margin:0;height:100%}iframe{width:100%;height:100%;border:0}</style>
</head>
<body>
<iframe id="f"></iframe>
<script>
const q = new URLSearchParams(location.search);
const u = q.get('huggingface_space') || '';
q.delete('huggingface_space');
const p = q.toString();
document.getElementById('f').src = 'https://www.paperscope.ai/' + (p ? '?' + p : '');
</script>
</body>
</html> |