Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
444B committed Jul 6, 2024
1 parent f2d6e73 commit 86a52bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streamlit_analytics2/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from . import utils

@st.experimental_dialog("Streanlit Analytics2", width="large")
@st.experimental_dialog("Streamlit-Analytics2", width="large")
def show_results(counts, reset_callback, unsafe_password=None):
"""Show analytics results in streamlit, asking for password if given."""

Expand Down

0 comments on commit 86a52bf

Please sign in to comment.