Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def main():
|
|
56 |
"You can quickly deploy Streamlit apps using [Streamlit Community Cloud](https://streamlit.io/cloud) in just a few clicks."
|
57 |
)
|
58 |
|
59 |
-
st.sidebar.header("¿Te gustó mi sitio? ¡Cómprame
|
60 |
with st.sidebar:
|
61 |
components.html(
|
62 |
"""
|
@@ -69,8 +69,8 @@ def main():
|
|
69 |
hosted_button_id:'VK5ZAB52ZYDNA',
|
70 |
image: {
|
71 |
src:'https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif',
|
72 |
-
alt:'
|
73 |
-
title:'PayPal -
|
74 |
}
|
75 |
}).render('#donate-button');
|
76 |
</script>
|
|
|
56 |
"You can quickly deploy Streamlit apps using [Streamlit Community Cloud](https://streamlit.io/cloud) in just a few clicks."
|
57 |
)
|
58 |
|
59 |
+
st.sidebar.header("¿Te gustó mi sitio? ¡Cómprame un café!")
|
60 |
with st.sidebar:
|
61 |
components.html(
|
62 |
"""
|
|
|
69 |
hosted_button_id:'VK5ZAB52ZYDNA',
|
70 |
image: {
|
71 |
src:'https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif',
|
72 |
+
alt:'Dona con el botón de PayPal',
|
73 |
+
title:'PayPal - ¡La forma más fácil y segura de pagar en línea!',
|
74 |
}
|
75 |
}).render('#donate-button');
|
76 |
</script>
|