Skip to content

Commit

Permalink
Fix position of language controls under the logo in the start page
Browse files Browse the repository at this point in the history
  • Loading branch information
Odrec committed Jun 11, 2024
1 parent f5a49c1 commit bd46e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
st.stop()

initialize_language()
language_controls()

current_language = st.query_params['lang']

Expand All @@ -50,6 +49,7 @@
with col2:
st.image("img/logo.svg", width=100)

language_controls()

def credentials_entered():
"""Checks whether a password entered by the user is correct."""
Expand Down

0 comments on commit bd46e00

Please sign in to comment.