Skip to content

Commit

Permalink
Merge pull request #110 from unicef-drp/scatterplot
Browse files Browse the repository at this point in the history
Updated CRC file
  • Loading branch information
Amy-Reidy authored Jan 7, 2025
2 parents c85197c + dcbda8f commit 62e6001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dash_service/pages/transmonee.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
}

# Read the CRC Excel file and skip the first row (header is in the second row)
crc_file_path = f"{pathlib.Path(__file__).parent.parent.absolute()}/static/Full CRC database_28_08_24.xlsx"
crc_file_path = f"{pathlib.Path(__file__).parent.parent.absolute()}/static/Full CRC database.xlsx"
CRC_df = pd.read_excel(
crc_file_path,
sheet_name="Full CRC database ECA",
Expand Down Expand Up @@ -1234,7 +1234,7 @@ def get_base_layout(**kwargs):
html.H2("TransMonEE Dashboard", style={'color': 'white', 'marginTop': '0.75em', 'marginBottom': '0.2em','fontWeight': 'bold'}),
html.H5("Monitoring child rights data in Europe and Central Asia", style={'color': 'white', 'marginTop': '0.2em'})
]),
lg=6, md=8, sm=12,
lg=7, md=8, sm=12,
),
dbc.Col(
html.Div([
Expand Down Expand Up @@ -1305,7 +1305,7 @@ def get_base_layout(**kwargs):
},
),
], style={"display": "flex", "flexDirection": "column", "alignItems": "center"}),
lg=4, md=12, align="center",
lg=3, md=12, align="center",
),
],
justify="between",
Expand Down
Binary file modified dash_service/static/Full CRC database.xlsx
Binary file not shown.

0 comments on commit 62e6001

Please sign in to comment.