Spaces:
Sleeping
Sleeping
Vlad Bastina commited on
Commit ·
c8d03be
1
Parent(s): 982de48
send height
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
|
@@ -129,7 +129,7 @@ components.html(
|
|
| 129 |
setInterval(sendHeightWhenReady, 1000);
|
| 130 |
</script>
|
| 131 |
"""
|
| 132 |
-
)
|
| 133 |
|
| 134 |
if __name__ == "__main__":
|
| 135 |
main()
|
|
|
|
| 129 |
setInterval(sendHeightWhenReady, 1000);
|
| 130 |
</script>
|
| 131 |
"""
|
| 132 |
+
,height=0)
|
| 133 |
|
| 134 |
if __name__ == "__main__":
|
| 135 |
main()
|