Skip to content

Commit

Permalink
Remove experimental_ prefix from example app (#215)
Browse files Browse the repository at this point in the history
Fixes #214
  • Loading branch information
randyzwitch authored Sep 17, 2024
1 parent 119fc8f commit 9bcda70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pages/dynamic_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def main():
st.session_state["last_object_clicked"] = out["last_object_clicked"]
state = get_state_from_lat_lon(*out["last_object_clicked"].values())
st.session_state["selected_state"] = state
st.experimental_rerun()
st.rerun()

st.write("## Dynamic feature group updates")

Expand Down

0 comments on commit 9bcda70

Please sign in to comment.