diff --git a/pages/0_Animation_Demo.py b/pages/0_Animation_Demo.py index 72881cb..a66f74d 100644 --- a/pages/0_Animation_Demo.py +++ b/pages/0_Animation_Demo.py @@ -75,7 +75,7 @@ def animation_demo() -> None: st.sidebar.header("Animation Demo") st.write( """This app shows how you can use Streamlit to build cool animations. -It displays an animated fractal based on the the Julia Set. Use the slider +It displays an animated fractal based on the Julia Set. Use the slider to tune different parameters.""" )