I used import browser library to open streamlit cloud application links, in my local machine it open all streamlit deployed application but in deployed application these links are not working.
I have four application deployed on share.streamlit.io one is my portfolio
https://my-portfolio.streamlit.app/ and others are
https://datavisualizatio.streamlit.app/
https://school.streamlit.app/
https://alishop.streamlit.app/
i gave links to these three from my-portfolio.streamlit.app , in my local host these links are open normaly but at deployes app its not working. What shout be the solution.
Without seeing the actual implementation we can only guess, but probably you are using the wrong method to link to the other websites, let me guess again, you are using the webbrowser
library? If yes, this will not work on streamlit cloud.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.