Skip to content

Commit 4ca9879

Browse files
committed
rename tab to AI Summary
1 parent f4a415d commit 4ca9879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codet/dash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def _create_layout(self):
447447
dbc.Tab(label="🔥 Hotspots", tab_id="hotspots"),
448448
dbc.Tab(label="📈 Timeline", tab_id="timeline"),
449449
dbc.Tab(label="📋 Details", tab_id="details"),
450-
dbc.Tab(label="📄 JSON Browser", tab_id="json-browser"),
450+
dbc.Tab(label="📄 AI Summary", tab_id="json-browser"),
451451
], id="main-tabs", active_tab="overview")
452452

453453
# tab content

0 commit comments

Comments
 (0)