Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ style="""
|
|
17 |
border-radius: 5px;
|
18 |
}
|
19 |
.frame_class{
|
20 |
-
visibility:hidden;
|
21 |
display:none;
|
22 |
}
|
23 |
"""
|
@@ -27,11 +26,7 @@ head = """
|
|
27 |
function run(inn) {
|
28 |
console.log(inn);
|
29 |
var frame_on = document.getElementById("frame" + String(inn));
|
30 |
-
|
31 |
-
frame_on.style.visbility = true;
|
32 |
-
frame_on.style.display = true;
|
33 |
-
|
34 |
-
|
35 |
}
|
36 |
</script>
|
37 |
""".replace("/abs/","/pdf/")
|
|
|
17 |
border-radius: 5px;
|
18 |
}
|
19 |
.frame_class{
|
|
|
20 |
display:none;
|
21 |
}
|
22 |
"""
|
|
|
26 |
function run(inn) {
|
27 |
console.log(inn);
|
28 |
var frame_on = document.getElementById("frame" + String(inn));
|
29 |
+
frame_on.style.display = block;
|
|
|
|
|
|
|
|
|
30 |
}
|
31 |
</script>
|
32 |
""".replace("/abs/","/pdf/")
|