Spaces:
Running
Running
Vlad Bastina
commited on
Commit
·
995d63d
1
Parent(s):
f4e1edf
send height
Browse files
app.py
CHANGED
|
@@ -146,5 +146,5 @@ components.html(
|
|
| 146 |
window.addEventListener('resize', sendHeightWhenReady);
|
| 147 |
setInterval(sendHeightWhenReady, 1000);
|
| 148 |
</script>
|
| 149 |
-
"""
|
| 150 |
)
|
|
|
|
| 146 |
window.addEventListener('resize', sendHeightWhenReady);
|
| 147 |
setInterval(sendHeightWhenReady, 1000);
|
| 148 |
</script>
|
| 149 |
+
""",height=0
|
| 150 |
)
|