Skip to content

Commit

Permalink
footer 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhendra committed Oct 23, 2024
1 parent b52146e commit e2487da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mindmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("<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
)

0 comments on commit e2487da

Please sign in to comment.