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

Remove Buy Me a Coffee button

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