Skip to content

Commit 770fef7

Browse files
author
Xing Han Lu
authored
Merge pull request #569 from plotly/fix-soccer-analytics
Trigger soccer analytics to rebuild on gallery Former-commit-id: 37b8258
2 parents 9af67de + fc50f02 commit 770fef7

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)