Skip to content

Commit

Permalink
Deployment test 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiabernat committed Oct 7, 2024
1 parent 97c2d16 commit 3d7b771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion dash_app/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ def tabs_card():
children=[

html.Br(),

# html.Div(id="map-select-container",
# className="select-container",
# children=[
Expand Down
4 changes: 2 additions & 2 deletions lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def get_wsgi_handler():
_type_: lambda handler that is wsgi compatible and backed by the Dash application
"""
return make_lambda_handler(
# wsgi_app=create_app().server,
wsgi_app=app.server,
wsgi_app=create_app().server,
# wsgi_app=app.server,
binary_support=True,
)

Expand Down

0 comments on commit 3d7b771

Please sign in to comment.