Control location of the on_change function results

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’)

Hey @Dekel_K,

Please edit your post to include a more complete code snippet so we can reproduce this behavior – the current code snippet is not runnable. Thanks!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.