nbarjun commited on
Commit
9d8a16a
·
verified ·
1 Parent(s): fbcf103

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ trace_library = {'gases':trace_library_gases,\
19
  app = dash.Dash(__name__, suppress_callback_exceptions=True)
20
  app.title = "Bayesian Assessment of Halocarbon Banks"
21
  app.layout = html.Div(id="page-content", children=home_page())
 
22
 
23
  register_navigation(app, atmosConc, lifeTimes, prod, trace_library)
24
  register_gas_plot(app, atmosConc, lifeTimes, prod, trace_library)
 
19
  app = dash.Dash(__name__, suppress_callback_exceptions=True)
20
  app.title = "Bayesian Assessment of Halocarbon Banks"
21
  app.layout = html.Div(id="page-content", children=home_page())
22
+ server = app.server
23
 
24
  register_navigation(app, atmosConc, lifeTimes, prod, trace_library)
25
  register_gas_plot(app, atmosConc, lifeTimes, prod, trace_library)