Skip to content

Commit fc50f02

Browse files
author
xhlulu
committed
Trivial changes
Goal is to trigger rebuild on master Former-commit-id: 0304c13
1 parent 9af67de commit fc50f02

File tree

1 file changed

+1
-1
lines changed
  • apps/dbc-soccer-analytics

1 file changed

+1
-1
lines changed

apps/dbc-soccer-analytics/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
app.layout = dbc.Container(
8888
fluid=True,
8989
children=[
90-
html.Header([html.H3("Match Analysis Tool")]),
90+
html.Header([html.H3("Soccer Match Analysis")]),
9191
dbc.Card(
9292
dbc.Row([dbc.Col(c) for c in static_graph_controls], form=True), body=True
9393
),

0 commit comments

Comments
 (0)