From 7237a4f1013d532d56bbb100244d7343e62a439e Mon Sep 17 00:00:00 2001 From: markyjacksonfishing Date: Sun, 7 Dec 2025 07:15:55 -0600 Subject: [PATCH] update: Adding footer: - Bassfinity.com - https://bassfinity.com - Twitter - https://www.twitter.com/bassfinity - TikTok - https://www.tiktok.com/@bassfinity_og Signed-off-by: markyjacksonfishing --- app.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 +)