Spaces:
Running
Running
Upload broadfield-arxiv-reader_hf_space_4790.html with huggingface_hub
Browse files
broadfield-arxiv-reader_hf_space_4790.html
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!doctype html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8" />
|
5 |
+
<meta name="viewport" content="width=device-width" />
|
6 |
+
<link rel="shortcut icon" type="image/jpg" href="https://huggingface.co/spaces/broadfield/a/resolve/main/images/arxiv_org_pdf_2412_01821_3266.png"/>
|
7 |
+
<meta name="twitter:card" content="player"/>
|
8 |
+
<meta name="twitter:site" content=""/>
|
9 |
+
<meta name="twitter:player" content="https://broadfield-a.static.hf.space/broadfield-arxiv-reader_hf_space_4790.html"/>
|
10 |
+
<meta name="twitter:player:stream" content="https://broadfield-a.static.hf.space/broadfield-arxiv-reader_hf_space_4790.html"/>
|
11 |
+
<meta name="twitter:player:width" content="100%"/>
|
12 |
+
<meta name="twitter:player:height" content="100%"/>
|
13 |
+
<meta property="og:title" content="arXiv Reader with Voice"/>
|
14 |
+
<meta property="og:description" content="arXiv Reader with Voice"/>
|
15 |
+
<meta property="og:image" content="https://huggingface.co/spaces/broadfield/a/resolve/main/images/arxiv_org_pdf_2412_01821_3266.png"/>
|
16 |
+
<!---meta http-equiv="refresh" content="0; url=https://broadfield-fast-voice-full.hf.space/?pdfurl="--->
|
17 |
+
<title>arXiv Reader with Voice</title>
|
18 |
+
<style>
|
19 |
+
.container {
|
20 |
+
position: relative;
|
21 |
+
overflow: hidden;
|
22 |
+
width: 100%;
|
23 |
+
height: 500px;
|
24 |
+
margin-top:-10px;
|
25 |
+
}
|
26 |
+
.responsive-iframe {
|
27 |
+
position: relative;
|
28 |
+
top: 0;
|
29 |
+
left: 0;
|
30 |
+
bottom: 0;
|
31 |
+
right: 0;
|
32 |
+
width: 100%;
|
33 |
+
height: 500px;
|
34 |
+
}
|
35 |
+
</style>
|
36 |
+
</head>
|
37 |
+
<body>
|
38 |
+
<div class="t">Viewer for<br>https://broadfield-arxiv-reader.hf.space</div>
|
39 |
+
<div class='container'>
|
40 |
+
<iframe class='responsive-iframe' src='https://broadfield-arxiv-reader.hf.space' allow='autoplay' width=100%></iframe>
|
41 |
+
</div>
|
42 |
+
</body>
|
43 |
+
</html>
|