Spaces:
Running
Running
Upload index.html with huggingface_hub
Browse files- index.html +2 -2
index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<title>Scholar Copilot</title>
|
7 |
<script>
|
8 |
document.addEventListener("DOMContentLoaded", function() {
|
9 |
-
var gradioURL = "https://
|
10 |
var iframe = document.getElementById("gradioIframe");
|
11 |
var link = document.getElementById("gradioLink");
|
12 |
if (iframe) iframe.src = gradioURL;
|
@@ -19,4 +19,4 @@
|
|
19 |
Your browser does not support iframes. Please click this <a id="gradioLink">url</a>.
|
20 |
</iframe>
|
21 |
</body>
|
22 |
-
</html>
|
|
|
6 |
<title>Scholar Copilot</title>
|
7 |
<script>
|
8 |
document.addEventListener("DOMContentLoaded", function() {
|
9 |
+
var gradioURL = "https://5e76a3948f99ffffb9.gradio.live"; // Your variable URL
|
10 |
var iframe = document.getElementById("gradioIframe");
|
11 |
var link = document.getElementById("gradioLink");
|
12 |
if (iframe) iframe.src = gradioURL;
|
|
|
19 |
Your browser does not support iframes. Please click this <a id="gradioLink">url</a>.
|
20 |
</iframe>
|
21 |
</body>
|
22 |
+
</html>
|