awacke1 commited on
Commit
fd62e10
·
verified ·
1 Parent(s): 75b5b93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=450)
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()