Web3Daily commited on
Commit
0eef0d7
1 Parent(s): 0c5ed2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -22,11 +22,5 @@ demo = gr.Interface(
22
  title="Web(GPT)3"
23
  )
24
 
25
- window.addEventListener('load', function () {
26
- gradioURL = window.location.href
27
- if (!gradioURL.endsWith('?__theme=light')) {
28
- window.location.replace(gradioURL + '?__theme=light');
29
- }
30
- })
31
  demo.launch()
32
 
 
22
  title="Web(GPT)3"
23
  )
24
 
 
 
 
 
 
 
25
  demo.launch()
26