diff --git a/app.py b/app.py index 9226c2b..0b4ef87 100644 --- a/app.py +++ b/app.py @@ -160,3 +160,18 @@ st_folium(m, width=700, height=500) else: st.info("Please enter parameters and click 'Get Fishing Times'") + +# Footer with social links +st.markdown("---") +st.markdown( + """ +
+

+ Bassfinity.com | + Twitter | + TikTok +

+
+ """, + unsafe_allow_html=True +)