Skip to content

Commit 9e98c50

Browse files
author
Xing Han Lu
authored
Merge pull request #666 from plotly/update-loan-grade-title
Change the title of the loan grade app
2 parents 2088ca6 + dee132d commit 9e98c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/dash-loan-grade/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def svg_to_fig(svg_bytes, title=None, plot_bgcolor="white", x_lock=False, y_lock
124124

125125
# Define app
126126
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
127+
app.title = "Loan Grade Classification with Snowflake"
127128
server = app.server
128129

129130

0 commit comments

Comments
 (0)