Skip to content

Commit 31925f7

Browse files
sfc-gh-dmatthewsakramsystems
authored andcommitted
Remove duplicate word typo (streamlit#10313)
## Describe your changes A user reported a typo in the Streamlit hello app in its template repository: streamlit/streamlit-hello#8 This PR removes the duplicate word reported by the user. --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
1 parent e0adf38 commit 31925f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/streamlit/hello/animation_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def animation_demo() -> None:
7474
st.write(
7575
"""
7676
This app shows how you can use Streamlit to build cool animations.
77-
It displays an animated fractal based on the the Julia Set. Use the slider
77+
It displays an animated fractal based on the Julia Set. Use the slider
7878
to tune different parameters.
7979
"""
8080
)

0 commit comments

Comments
 (0)