broadfield commited on
Commit
943e97c
·
verified ·
1 Parent(s): 310b87d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ head = """
26
  function run(inn) {
27
  console.log(inn);
28
  var frame_on = document.getElementById("frame" + String(inn));
29
- /*frame_on.style.display = null;*/
30
- frame_on.style.display = block;
31
 
32
  }
33
  </script>
 
26
  function run(inn) {
27
  console.log(inn);
28
  var frame_on = document.getElementById("frame" + String(inn));
29
+ /*frame_on.style.visbility = false;*/
30
+ frame_on.style.visbility = true;
31
 
32
  }
33
  </script>