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
@@ -411,11 +411,11 @@ st.markdown(
|
|
411 |
"Learn more: [@jocelynskillmanlmhc](https://jocelynskillmanlmhc.substack.com/)"
|
412 |
)
|
413 |
st.markdown("""
|
414 |
-
<div style='text-align: center; margin-top:
|
415 |
-
<p style='font-size: 0.
|
416 |
<a href='https://buymeacoffee.com/JocelynSkillman' target='_blank'>
|
417 |
-
<img src='https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png' alt='Buy Me A Coffee' style='height:
|
418 |
</a>
|
419 |
-
<p style='font-size: 0.
|
420 |
</div>
|
421 |
""", unsafe_allow_html=True)
|
|
|
411 |
"Learn more: [@jocelynskillmanlmhc](https://jocelynskillmanlmhc.substack.com/)"
|
412 |
)
|
413 |
st.markdown("""
|
414 |
+
<div style='text-align: center; margin-top: 10px;'>
|
415 |
+
<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>
|
416 |
<a href='https://buymeacoffee.com/JocelynSkillman' target='_blank'>
|
417 |
+
<img src='https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png' alt='Buy Me A Coffee' style='height: 30px !important;width: 109px !important;'>
|
418 |
</a>
|
419 |
+
<p style='font-size: 0.8em; color: #666666;'>Thank you so much!!!! XO</p>
|
420 |
</div>
|
421 |
""", unsafe_allow_html=True)
|