Skip to content

Commit

Permalink
Update plotly.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Abwao committed May 3, 2023
1 parent 260cf58 commit eabddd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts_app/dash_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
app = Dash(
"ts_app",
suppress_callback_exceptions=True,
external_scripts=["https://cdn.plot.ly/plotly-basic-2.9.0.min.js"],
external_scripts=["https://cdn.plot.ly/plotly-2.22.0.min.js"],
title="Time Series App",
meta_tags=[
{
Expand Down

0 comments on commit eabddd3

Please sign in to comment.