Lisibonny commited on
Commit
cef2390
1 Parent(s): 05edb91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def main():
57
 
58
  st.sidebar.header("¿Te gustó mi sitio? ¡Cómprame una café!")
59
  with st.sidebar:
60
- st.html(
61
  """
62
  <div id="donate-button-container">
63
  <div id="donate-button"></div>
 
57
 
58
  st.sidebar.header("¿Te gustó mi sitio? ¡Cómprame una café!")
59
  with st.sidebar:
60
+ components.html(
61
  """
62
  <div id="donate-button-container">
63
  <div id="donate-button"></div>