Public app - https://triptych.streamlit.app/
Github repo - GitHub - PranjalAsthana/Triptych
I am making this app as a front page and a redirect page for my 3 projects. I do not want to make a multipage app. I am using webbrowser library in python to achieve the functionality.
When using it in local machine the buttons work as they are supposed to and opens the webpage passed to it.
However after deployment it is not doing so when button is pressed. I want to showcase this project and if the page cant open other webpages then this project wont work at all.
Please take a look and help me out.
There is no error in panel and the remaining app is working fine.
Streamlit ver-1.28.1
Python ver-3.11.5