Deeplink from streamlit app to android

Is it possible to do deeplink from my deployed streamlit app to my android device? Because one of its step is adding a file to the web app itself. I want to happen is when I click a button to my streamlit app it will redirect me to my android app. Below is what I am trying to do:

Deeplinking With Jetpack Compose

Thanks🎉

Hi @Randomboiii03

You can add links to your app using HTML’s <a href="http://link.com">link</a> or Markdown’s [link](url) via the st.markdown() method and make sure to set unsafe_allow_html=True

Hope this helps!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.