Spaces:
Running
Running
test something else
Browse files- index.html +7 -1
index.html
CHANGED
|
@@ -4,8 +4,14 @@
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width" />
|
| 6 |
<title>bert-syntax</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
</head>
|
| 8 |
<body>
|
| 9 |
-
|
|
|
|
| 10 |
</body>
|
| 11 |
</html>
|
|
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width" />
|
| 6 |
<title>bert-syntax</title>
|
| 7 |
+
<style>
|
| 8 |
+
html, body {
|
| 9 |
+
height: 100%;
|
| 10 |
+
}
|
| 11 |
+
</style>
|
| 12 |
</head>
|
| 13 |
<body>
|
| 14 |
+
<iframe src="https://docs.google.com/viewerng/viewer?url=https://huggingface.co/spaces/banana-projects/bert-syntax/resolve/main/extending-bert-syntax.pdf&embedded=true" frameborder="0" height="100%" width="100%">
|
| 15 |
+
</iframe>
|
| 16 |
</body>
|
| 17 |
</html>
|