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.
1 parent 9af67de commit fc50f02Copy full SHA for fc50f02
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