rsdeps

Cargo.lock visualizer (mirror)
Log | Files | Refs | README | LICENSE

commit 8b68a7e726e873ebaa57279bfbc6a86735b8dd22
parent 9a68a627e8d516195ca2a94f3a41e462dc720465
Author: Andy Khramtsov <>
Date:   Sat, 30 May 2026 16:03:28 +0300

chore: set web page title

Diffstat:
Msrc/rsdeps/dash_app.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rsdeps/dash_app.py b/src/rsdeps/dash_app.py @@ -15,7 +15,7 @@ def new_app_state() -> AppState: def main(): state = new_app_state() - app = Dash(use_pages=True) + app = Dash(use_pages=True, title="rsdeps") app.server.config["APP_STATE"] = state app.layout = html.Div(