Skip to content

Commit

Permalink
Merge pull request #666 from plotly/update-loan-grade-title
Browse files Browse the repository at this point in the history
Change the title of the loan grade app
  • Loading branch information
Xing Han Lu committed Jul 26, 2021
2 parents 2088ca6 + dee132d commit 9e98c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dash-loan-grade/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def svg_to_fig(svg_bytes, title=None, plot_bgcolor="white", x_lock=False, y_lock

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


Expand Down

0 comments on commit 9e98c50

Please sign in to comment.