Add sidebar builder

This commit is contained in:
handi
2025-12-04 22:08:15 +01:00
parent e2d96c712e
commit 3c0e58dfc1
6 changed files with 138 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ authenticator = require_login()
st.session_state["authenticator"] = authenticator
username = st.session_state.get("username")
build_sidebar()
# build_sidebar()
st.title("Benutzerverwaltung")