Dash app is running but unable to update in UI when deployed

I have an application that processes a CSV/XLSX file with multiple sheets, where the user selects a sheet, and the UI displays the analysis results. It functions perfectly in the local setup, but once deployed, the UI shows no results, although the backend analysis continues running.

How can I fix this issue?