Spaces:
Sleeping
Sleeping
Commit
·
8f43cf9
1
Parent(s):
ec49702
Have to suppress callback exceptions
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
|
|
3 |
import plotly.express as px
|
4 |
import pyarrow
|
5 |
|
6 |
-
app = Dash(__name__)
|
7 |
|
8 |
server = app.server
|
9 |
|
|
|
3 |
import plotly.express as px
|
4 |
import pyarrow
|
5 |
|
6 |
+
app = Dash(__name__, suppress_callback_exceptions=True)
|
7 |
|
8 |
server = app.server
|
9 |
|