thak123 commited on
Commit
8b82b18
1 Parent(s): c931497

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
4
 
5
  df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/gapminder_unfiltered.csv')
6
 
7
- app = Dash(__name__)
8
 
9
  app.layout = html.Div([
10
  html.H1(children='Title of Dash App', style={'textAlign':'center'}),
 
4
 
5
  df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/gapminder_unfiltered.csv')
6
 
7
+ app = Dash(__name__,suppress_callback_exceptions=True)
8
 
9
  app.layout = html.Div([
10
  html.H1(children='Title of Dash App', style={'textAlign':'center'}),