Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Fixed simple.py regression
Browse files Browse the repository at this point in the history
  • Loading branch information
valentijnnieman committed Nov 15, 2018
1 parent e1917bf commit cfe4c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def render_content(tab):
)
])

app = dash.Dash(__name__, external_stylesheets=external_stylesheets)

if __name__ == "__main__":
app.run_server(debug=True)

0 comments on commit cfe4c40

Please sign in to comment.