The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs

Until last night, my application was functioning properly without any errors. However, this morning, it encountered an error, which has been redacted to prevent data leaks. Additionally, I utilize Pandas and Google Sheets within my application. Please refer to the full error displayed in the image below.

File "/mount/src/mfaerp/mfademo.py", line 109, in <module>
    pages.run()File "/home/adminuser/venv/lib/python3.12/site-packages/streamlit/navigation/page.py", line 303, in run
    exec(code, module.__dict__)File "/mount/src/mfaerp/pages/treecahrtofaccount.py", line 3, in <module>
    from st_aggrid import JsCode, AgGrid, GridOptionsBuilderFile "/home/adminuser/venv/lib/python3.12/site-packages/st_aggrid/__init__.py", line 11, in <module>
    from st_aggrid.grid_options_builder import GridOptionsBuilderFile "/home/adminuser/venv/lib/python3.12/site-packages/st_aggrid/grid_options_builder.py", line 3, in <module>
    from st_aggrid.shared import getAllColumnProps, getAllGridOptions