Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rochi88 committed Dec 30, 2024
1 parent d6416bb commit 4803cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def index():

# Add "ids" to each of the graphs to pass up to the client
# for templating
ids = ['graph-{}'.format(i+1) for i, _ in enumerate(graphs)]
ids = ['graph-{}'.format(i + 1) for i, _ in enumerate(graphs)]

# Convert the figures to JSON
# PlotlyJSONEncoder appropriately converts pandas, datetime, etc
Expand Down

0 comments on commit 4803cd4

Please sign in to comment.