How does one open the tab in the same window as the streamlit_navigation_bar using subprocess.run?
It works fine when calling a bash or python process to generate the contents but it opens it in another browser window’s tab.
All I want to do is to open the contents in the same frame as the navigation bar.
Seems pretty standard - is this supported?
Thanks.