Hello all. I have created a dashboard for my company in which I would like my streamlit app to run on startup. I know when the app is run in the venv, a new chrome tab will open with the home page. From there I either want to cycle through all my pages (st.switch_page?) every 30 seconds. If that doesn’t work, I simply want to open all of my separate pages as diffferent tabs on startup (there’s chrome extensions to cycle through tabs). For example, webbrowser.open(‘http://localhost:8501/page2’). I’ve tried everything I could, nothing works. I understand streamlit is SPA, but there has to be a workaround. I really don’t want to use selenium and manually open all the pages through html content. Can anyone help?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.