Add tool numgen
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user