Lisibonny commited on
Commit
6e18ecb
1 Parent(s): 538f893

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 una café!")
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:'Donate with PayPal button',
73
- title:'PayPal - The safer, easier way to pay online!',
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>