Skip to content

Commit

Permalink
Deployment test 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiabernat committed Jan 11, 2025
1 parent dae8669 commit 6632377
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dash_app/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
PORT = int(os.environ.get("PORT", 8060))
REQUESETS_PATHNAME_PREFIX = "/"

CONNECT_TO_LAMBDA = False
CONNECT_TO_LAMBDA = True

# FILE PATHS
# MAPBOX_TOKEN = open("../../mapbox_token.py").read() # mapbox api token
Expand Down
6 changes: 3 additions & 3 deletions dash_app/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
select_headers = ["Select a visualization tool",
"Select a state",
"Select a year",
"Select a generation type",
"Select a generation sub-type",
"Select a technology type",
"Select a technology sub-type",
"Carbon Capture Sequestration (CCS)",
"Select a thermoelectric cooling type",
"Select a Shared Socioeconomic Pathway (SSP)", # Select a socioeconomic scenario
Expand Down Expand Up @@ -218,7 +218,7 @@ def tabs_card():
selected_className="active-tab",
children=[
html.Br(),
html.P("Explore siting suitability layers for different generation types:",
html.P("Explore composite siting suitability layers for different technologies:",
className="guidance-text"),
html.Div(id="tech-select-container",
className="select-container",
Expand Down
Loading

0 comments on commit 6632377

Please sign in to comment.