Skip to content

Commit

Permalink
Updated doc string for rerun_scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Salman Razzaq committed Aug 5, 2024
1 parent 90bf688 commit ddab167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions streamlit_searchbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ def st_searchbox(
CSS styling passed directly to the react components. Defaults to None.
key (str, optional):
Streamlit session key. Defaults to "searchbox".
rerun_scope (str, optional):
rerun_scope ("app", "fragment", optional):
(Introduced in Streamlit 1.37) The scope in which to rerun the Streamlit app.
Only applicable if Streamlit version >= 1.37. Defaults to "app" if provided.
Only applicable if Streamlit version >= 1.37. Defaults to "app".
Returns:
any: based on user selection
Expand Down

0 comments on commit ddab167

Please sign in to comment.