Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def create_animation_app():
|
|
94 |
html_content = css + js_code
|
95 |
|
96 |
# Display using st.components.v1.html
|
97 |
-
st.components.v1.html(html_content, height=
|
98 |
|
99 |
if __name__ == "__main__":
|
100 |
create_animation_app()
|
|
|
94 |
html_content = css + js_code
|
95 |
|
96 |
# Display using st.components.v1.html
|
97 |
+
st.components.v1.html(html_content, height=21600)
|
98 |
|
99 |
if __name__ == "__main__":
|
100 |
create_animation_app()
|