jostlebot commited on
Commit
df827c5
·
1 Parent(s): e7fe70f

Make Buy Me a Coffee button smaller and more subtle

Browse files
Files changed (1) hide show
  1. 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: 20px;'>
415
- <p style='font-size: 0.9em;'>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: 45px !important;width: 163px !important;'>
418
  </a>
419
- <p style='font-size: 0.9em;'>Thank you so much!!!! XO</p>
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)