Skip to content

Commit

Permalink
Don't use Dash's webserver in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectly-preserved-pie committed Aug 11, 2023
1 parent 3f4410b commit 5a105d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@ def open_modal(cell_clicked_data, _, row_data):
return True, dcc.Markdown(''.join(content))

# Run the app
app.run_server(debug=True)
#app.run_server(debug=True)

0 comments on commit 5a105d0

Please sign in to comment.