Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -3,10 +3,10 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<script>
|
| 8 |
document.addEventListener("DOMContentLoaded", function() {
|
| 9 |
-
var gradioURL = "https://wenhuchen.github.io
|
| 10 |
var iframe = document.getElementById("gradioIframe");
|
| 11 |
var link = document.getElementById("gradioLink");
|
| 12 |
if (iframe) iframe.src = gradioURL;
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Scholar Copilot</title>
|
| 7 |
<script>
|
| 8 |
document.addEventListener("DOMContentLoaded", function() {
|
| 9 |
+
var gradioURL = "https://wenhuchen.github.io/?__theme=light"; // Your variable URL
|
| 10 |
var iframe = document.getElementById("gradioIframe");
|
| 11 |
var link = document.getElementById("gradioLink");
|
| 12 |
if (iframe) iframe.src = gradioURL;
|