diff --git a/dash_service/pages/transmonee.py b/dash_service/pages/transmonee.py index e51e102..863f4d5 100644 --- a/dash_service/pages/transmonee.py +++ b/dash_service/pages/transmonee.py @@ -534,7 +534,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.xlsx" +crc_file_path = f"{pathlib.Path(__file__).parent.parent.absolute()}/static/Full CRC database_28_08_24.xlsx" CRC_df = pd.read_excel( crc_file_path, sheet_name="Full CRC database ECA", diff --git a/dash_service/static/Full CRC database_28_08_24.xlsx b/dash_service/static/Full CRC database_28_08_24.xlsx new file mode 100644 index 0000000..a148970 Binary files /dev/null and b/dash_service/static/Full CRC database_28_08_24.xlsx differ diff --git a/dash_service/static/~$Full CRC database_28_08_24.xlsx b/dash_service/static/~$Full CRC database_28_08_24.xlsx new file mode 100644 index 0000000..cabeb9e Binary files /dev/null and b/dash_service/static/~$Full CRC database_28_08_24.xlsx differ