Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
const urlParams = new URLSearchParams(queryString);
|
23 |
const main_url = "https://huggingface.co/datasets/Omnibus/game-data-1/resolve/main/images/"
|
24 |
const txt_s = urlParams.get("txt")
|
25 |
-
document.getElementById("in_html").innerHTML
|
26 |
</script>
|
27 |
</body>
|
28 |
</html>
|
|
|
22 |
const urlParams = new URLSearchParams(queryString);
|
23 |
const main_url = "https://huggingface.co/datasets/Omnibus/game-data-1/resolve/main/images/"
|
24 |
const txt_s = urlParams.get("txt")
|
25 |
+
document.getElementById("in_html").innerHTML=txt_s
|
26 |
</script>
|
27 |
</body>
|
28 |
</html>
|