Web3Daily commited on
Commit
b4c1cb7
1 Parent(s): 630450c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ demo = gr.Interface(
25
  if (!gradioURL.endsWith('?__theme=light')) {
26
  window.location.replace(gradioURL + '?__theme=light');
27
  }
28
- })
29
  )
30
 
31
  demo.launch()
 
25
  if (!gradioURL.endsWith('?__theme=light')) {
26
  window.location.replace(gradioURL + '?__theme=light');
27
  }
28
+ });
29
  )
30
 
31
  demo.launch()