Skip to content

Commit

Permalink
footer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhendra committed Oct 23, 2024
1 parent e2487da commit 8a51bfb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions mindmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,5 @@ def mindmap_tab_content():
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("<br><br>", unsafe_allow_html=True) # Add some space
st.markdown(
"<p style='text-align: center; color: grey;'>Made with ❤️ for 🐼</p>",
unsafe_allow_html=True
)
# Add this at the end of your main app file, outside of any function
st.footer("Made with ❤️ for 🐼")

0 comments on commit 8a51bfb

Please sign in to comment.