Add tool numgen

This commit is contained in:
knedlik
2025-12-18 22:22:26 +01:00
parent 9435399096
commit 37d1daa052
8 changed files with 168 additions and 179 deletions

View File

@@ -70,7 +70,7 @@ def build_sidebar():
# Streamlit-Page
if dash_type == "page" and isinstance(page_file, str) and page_file.strip():
st.page_link(f"pages/{page_file}.py", label=label)
st.page_link(f"pages/{page_file}.py", label=label, help="Das ist die Hilfe")
# Externer Link
elif dash_type == "url" and isinstance(page_file, str) and page_file.strip():