Spaces:
Running
Running
Update viewer
Browse files
=
DELETED
|
File without changes
|
app.py
CHANGED
|
@@ -13,7 +13,7 @@ html = '''
|
|
| 13 |
<!DOCTYPE html>
|
| 14 |
<html>
|
| 15 |
<body>
|
| 16 |
-
<iframe id="myIframe" width="100%" height="
|
| 17 |
</body>
|
| 18 |
</html>
|
| 19 |
'''
|
|
@@ -21,9 +21,9 @@ html = '''
|
|
| 21 |
script = '''
|
| 22 |
function createGradio() {
|
| 23 |
const urls = [
|
| 24 |
-
"https://
|
| 25 |
-
"https://
|
| 26 |
-
"https://
|
| 27 |
];
|
| 28 |
const randomIndex = Math.floor(Math.random() * urls.length);
|
| 29 |
document.getElementById("myIframe").src = urls[randomIndex];
|
|
|
|
| 13 |
<!DOCTYPE html>
|
| 14 |
<html>
|
| 15 |
<body>
|
| 16 |
+
<iframe id="myIframe" width="100%" height="1500" frameborder="0"></iframe>
|
| 17 |
</body>
|
| 18 |
</html>
|
| 19 |
'''
|
|
|
|
| 21 |
script = '''
|
| 22 |
function createGradio() {
|
| 23 |
const urls = [
|
| 24 |
+
"https://4be4826d5658d67b91.gradio.live",
|
| 25 |
+
"https://a860136c96b0f4152d.gradio.live",
|
| 26 |
+
"https://01062d77dde662cff5.gradio.live"
|
| 27 |
];
|
| 28 |
const randomIndex = Math.floor(Math.random() * urls.length);
|
| 29 |
document.getElementById("myIframe").src = urls[randomIndex];
|