3v324v23 commited on
Commit
e323d8a
·
1 Parent(s): 2abc48c

Update viewer

Browse files
Files changed (2) hide show
  1. = +0 -0
  2. app.py +4 -4
= 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="1200" frameborder="0"></iframe>
17
  </body>
18
  </html>
19
  '''
@@ -21,9 +21,9 @@ html = '''
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];
 
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];