Skip to content

Commit

Permalink
Update contact form render order
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Aug 8, 2024
1 parent a93cf1c commit f7febb1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages/7_✉️Contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

frontend.add_config()
frontend.add_style()
frontend.add_sidebar_login()
frontend.add_sidebar_logo()

frontend.add_header_logo("Contact")

Expand Down Expand Up @@ -47,3 +45,7 @@
st.html(contact_form)

st.image("images/mango_reading.png", width=550)

# Add the login and logo to the sidebar in the end
frontend.add_sidebar_login()
frontend.add_sidebar_logo()

0 comments on commit f7febb1

Please sign in to comment.