Summary
Hi,
I have an on_change function that executes a query and return a map, i want the map that executed from this query will be displayed below this buttons,
Is there a way to do it?
Currently, it is automatically placed above the buttons…
the on_change function return a map object
Thanks
Steps to reproduce
Code snippet:
segmnet=st.multiselect(‘Choose segment’, segments, default=None, on_change=queries.execute_query,key=‘segmnet’)