We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a415d commit 4ca9879Copy full SHA for 4ca9879
1 file changed
codet/dash.py
@@ -447,7 +447,7 @@ def _create_layout(self):
447
dbc.Tab(label="🔥 Hotspots", tab_id="hotspots"),
448
dbc.Tab(label="📈 Timeline", tab_id="timeline"),
449
dbc.Tab(label="📋 Details", tab_id="details"),
450
- dbc.Tab(label="📄 JSON Browser", tab_id="json-browser"),
+ dbc.Tab(label="📄 AI Summary", tab_id="json-browser"),
451
], id="main-tabs", active_tab="overview")
452
453
# tab content
0 commit comments