Skip to content

Commit d8847f7

Browse files
Update app title (#149)
1 parent 9998027 commit d8847f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml_peg/app/build_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def build_tabs(
266266
]
267267

268268
tabs_layout = [
269-
H1("MLIP benchmarking"),
269+
H1("ML-PEG"),
270270
Tabs(id="all-tabs", value="summary-tab", children=all_tabs),
271271
Div(id="tabs-content"),
272272
]

0 commit comments

Comments
 (0)