3v324v23 commited on
Commit
43b9e15
·
1 Parent(s): b87c9f1

Update URLS

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ html = '''
21
  script = '''
22
  function createGradio() {
23
  const urls = [
24
- "https://d596253a3dd7133b9b.gradio.live"
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://93383c1bb6d1e11f00.gradio.live"
25
  ];
26
  const randomIndex = Math.floor(Math.random() * urls.length);
27
  document.getElementById("myIframe").src = urls[randomIndex];