Spaces:
Running
on
Zero
Running
on
Zero
tianleliphoebe
commited on
Commit
•
d3b8d3d
1
Parent(s):
305af06
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<title>Vision Arena by WildVision Team</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;
|
|
|
6 |
<title>Vision Arena by WildVision Team</title>
|
7 |
<script>
|
8 |
document.addEventListener("DOMContentLoaded", function() {
|
9 |
+
var gradioURL = "https://913bcdddc06aa895a7.gradio.live/?__theme=light"; // Your variable URL
|
10 |
var iframe = document.getElementById("gradioIframe");
|
11 |
var link = document.getElementById("gradioLink");
|
12 |
if (iframe) iframe.src = gradioURL;
|