From e2487da1296a2d7f6b3f6c507364ef3dc41375a3 Mon Sep 17 00:00:00 2001 From: Sudhendra Date: Wed, 23 Oct 2024 16:12:14 -0400 Subject: [PATCH] footer 1 --- mindmap.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mindmap.py b/mindmap.py index ae7015f..16fca9e 100644 --- a/mindmap.py +++ b/mindmap.py @@ -95,3 +95,10 @@ def mindmap_tab_content(): progress_bar.empty() else: st.write("Please enter a query in the Main tab to generate a mindmap.") + + # Add this at the end of the mindmap_tab_content function + st.markdown("

", unsafe_allow_html=True) # Add some space + st.markdown( + "

Made with ❤️ for 🐼

", + unsafe_allow_html=True + )