awacke1 commited on
Commit
e9354cd
ยท
1 Parent(s): 21226d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ if (!window.hasBeenRun) {
30
  }
31
  </script>
32
  """
33
- #with open(os.path.join(gr.networking.STATIC_TEMPLATE_LIB, "frontend", "index.html"), "a") as f:
34
- # f.write(SCRIPT)
35
 
36
 
37
  try:
 
30
  }
31
  </script>
32
  """
33
+ with open(os.path.join(gr.networking.STATIC_TEMPLATE_LIB, "frontend", "index.html"), "a") as f:
34
+ f.write(SCRIPT)
35
 
36
 
37
  try: