Skip to content

Commit

Permalink
suppress callback error (loaded in function)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alison Myers committed Jun 9, 2022
1 parent 6d10145 commit 4c67ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rubric_assessment_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def app():

#
app = JupyterDash(__name__)
app.config.suppress_callback_exceptions = True

app.layout = html.Div(
children = [
Expand Down

0 comments on commit 4c67ed0

Please sign in to comment.