Spaces:
Sleeping
Sleeping
add urls
Browse files
=
ADDED
|
File without changes
|
app.py
CHANGED
|
@@ -21,7 +21,9 @@ html = '''
|
|
| 21 |
script = '''
|
| 22 |
function createGradio() {
|
| 23 |
const urls = [
|
| 24 |
-
"https://
|
|
|
|
|
|
|
| 25 |
];
|
| 26 |
const randomIndex = Math.floor(Math.random() * urls.length);
|
| 27 |
document.getElementById("myIframe").src = urls[randomIndex];
|
|
|
|
| 21 |
script = '''
|
| 22 |
function createGradio() {
|
| 23 |
const urls = [
|
| 24 |
+
"https://55649a915b748fadec.gradio.live",
|
| 25 |
+
"https://e24b4166ab7151769e.gradio.live",
|
| 26 |
+
"https://301982b76e63babf93.gradio.live"
|
| 27 |
];
|
| 28 |
const randomIndex = Math.floor(Math.random() * urls.length);
|
| 29 |
document.getElementById("myIframe").src = urls[randomIndex];
|