Hi @thiago Iโm having a similar issue using the webbrowser package. When I test it locally, it works as expected and the new tab opens. However, it does not open in the deployed version.
Any ideas why this might be happening?
if st.button('๐ญ Share Feedback', use_container_width=True):
url_feedback = "https://docs.google.com/forms/..."
webbrowser.open(url_feedback)