We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9af67de + fc50f02 commit 770fef7Copy full SHA for 770fef7
apps/dbc-soccer-analytics/app.py
@@ -87,7 +87,7 @@
87
app.layout = dbc.Container(
88
fluid=True,
89
children=[
90
- html.Header([html.H3("Match Analysis Tool")]),
+ html.Header([html.H3("Soccer Match Analysis")]),
91
dbc.Card(
92
dbc.Row([dbc.Col(c) for c in static_graph_controls], form=True), body=True
93
),
0 commit comments