Spaces:
Sleeping
Sleeping
Update template.html
Browse files- template.html +2 -3
template.html
CHANGED
@@ -3,13 +3,12 @@
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
-
<title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
-
|
11 |
<div id='cap'>
|
12 |
-
<iframe src='https://broadfield-fast-voice-full.hf.space/?pdfurl=PDFURL&mod=VOICE&len=LENGTH&nos=NOISE&wid=WIDTH&pau=PAUSE'
|
13 |
</div>
|
14 |
</body>
|
15 |
</html>
|
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
+
<title>TITLE</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
|
|
10 |
<div id='cap'>
|
11 |
+
<iframe src='https://broadfield-fast-voice-full.hf.space/?pdfurl=PDFURL&mod=VOICE&len=LENGTH&nos=NOISE&wid=WIDTH&pau=PAUSE' width=100% height=4000px></iframe>
|
12 |
</div>
|
13 |
</body>
|
14 |
</html>
|