Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def main():
|
|
60 |
"""
|
61 |
)
|
62 |
|
63 |
-
st.sidebar.header("¡Cómprame un
|
64 |
st.sidebar.markdown("Si te gusta este sitio y quieres darme las gracias o animarme a hacer más, ¡puedes invitarme a un café!")
|
65 |
with st.sidebar:
|
66 |
components.html(
|
|
|
60 |
"""
|
61 |
)
|
62 |
|
63 |
+
st.sidebar.header("¡Cómprame un Café!")
|
64 |
st.sidebar.markdown("Si te gusta este sitio y quieres darme las gracias o animarme a hacer más, ¡puedes invitarme a un café!")
|
65 |
with st.sidebar:
|
66 |
components.html(
|