Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|