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)