broadfield commited on
Commit
b862fa4
·
verified ·
1 Parent(s): d942e0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -18,6 +18,7 @@ style="""
18
  }
19
  .frame_class{
20
  visibility:hidden;
 
21
  }
22
  """
23
 
@@ -28,6 +29,8 @@ function run(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>
 
18
  }
19
  .frame_class{
20
  visibility:hidden;
21
+ display:none;
22
  }
23
  """
24
 
 
29
  var frame_on = document.getElementById("frame" + String(inn));
30
  /*frame_on.style.visbility = false;*/
31
  frame_on.style.visbility = true;
32
+ frame.style.display = true;
33
+
34
 
35
  }
36
  </script>