URL links in Snowflake hosted app

Hey there!

I’m creating a Streamlit app prototype in Snowflake’s Streamlit module. As Snowflake version lacks the link-button feature, I’m trying to use markdown for URLs. However, when clicked, they get prefixed with the Snowflake account address. Since I’m iterating a dataframe to build custom cards, having a URL column isn’t feasible.

Anyway to offer the user clickable links while inside Snowflake?

Thanks so much