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

Add Buy Me a Coffee button to support future development

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +9 -0
src/streamlit_app.py CHANGED
@@ -410,3 +410,12 @@ st.markdown(
410
  "Created by [Jocelyn Skillman LMHC](http://www.jocelynskillman.com) | "
411
  "Learn more: [@jocelynskillmanlmhc](https://jocelynskillmanlmhc.substack.com/)"
412
  )
 
 
 
 
 
 
 
 
 
 
410
  "Created by [Jocelyn Skillman LMHC](http://www.jocelynskillman.com) | "
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)