Spaces:
Sleeping
Sleeping
Make Buy Me a Coffee button smaller and more subtle
Browse files- src/streamlit_app.py +4 -4
src/streamlit_app.py
CHANGED
@@ -452,11 +452,11 @@ st.markdown(
|
|
452 |
"Learn more: [@jocelynskillmanlmhc](https://jocelynskillmanlmhc.substack.com/)"
|
453 |
)
|
454 |
st.markdown("""
|
455 |
-
<div style='text-align: center; margin-top:
|
456 |
-
<p style='font-size: 0.
|
457 |
<a href='https://buymeacoffee.com/JocelynSkillman' target='_blank'>
|
458 |
-
<img src='https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png' alt='Buy Me A Coffee' style='height:
|
459 |
</a>
|
460 |
-
<p style='font-size: 0.
|
461 |
</div>
|
462 |
""", unsafe_allow_html=True)
|
|
|
452 |
"Learn more: [@jocelynskillmanlmhc](https://jocelynskillmanlmhc.substack.com/)"
|
453 |
)
|
454 |
st.markdown("""
|
455 |
+
<div style='text-align: center; margin-top: 10px;'>
|
456 |
+
<p style='font-size: 0.8em; color: #666666;'>I hope to move into more full time work at this intersection but in the meantime if you found this tool helpful feel free to buy me a coffee ☕️</p>
|
457 |
<a href='https://buymeacoffee.com/JocelynSkillman' target='_blank'>
|
458 |
+
<img src='https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png' alt='Buy Me A Coffee' style='height: 30px !important;width: 109px !important;'>
|
459 |
</a>
|
460 |
+
<p style='font-size: 0.8em; color: #666666;'>Thank you so much!!!! XO</p>
|
461 |
</div>
|
462 |
""", unsafe_allow_html=True)
|