From 8dfa5e002638d82d4f0dfe0c67eff476ac035ae3 Mon Sep 17 00:00:00 2001 From: Mini Ware Date: Tue, 11 Jun 2024 14:48:00 +0800 Subject: [PATCH] Fix the the english duplicated "the" on line 78 --- pages/0_Animation_Demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.""" )