How to add a donate button on streamlit page?

I have an app that i have deployed on streamlit cloud, how can add a support button that redirects to a donation page?

Thank You!

Hi @sanchit_goel -

I suppose it depends on what service you are hoping to use, but usually it’s an HTML embed of some sort. In that case, you could either use st.markdown or components.html.

Best,
Randy

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