Vlad Bastina commited on
Commit ·
3e60b52
1
Parent(s): 03cebd3
send height
Browse files
app.py
CHANGED
|
@@ -136,5 +136,5 @@ components.html(
|
|
| 136 |
window.addEventListener('resize', sendHeightWhenReady);
|
| 137 |
setInterval(sendHeightWhenReady, 1000);
|
| 138 |
</script>
|
| 139 |
-
"""
|
| 140 |
)
|
|
|
|
| 136 |
window.addEventListener('resize', sendHeightWhenReady);
|
| 137 |
setInterval(sendHeightWhenReady, 1000);
|
| 138 |
</script>
|
| 139 |
+
""",height=0
|
| 140 |
)
|